mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 01:53:30 +01:00
fix: including readme files
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
import { join } from 'node:path';
|
||||
// eslint-disable-next-line n/prefer-global/process
|
||||
import { cwd } from 'node:process';
|
||||
|
||||
join(cwd(), '..', '..', 'packages', 'brokers', 'README.md');
|
||||
join(cwd(), '..', '..', 'packages', 'builders', 'README.md');
|
||||
join(cwd(), '..', '..', 'packages', 'collection', 'README.md');
|
||||
join(cwd(), '..', '..', 'packages', 'core', 'README.md');
|
||||
join(cwd(), '..', '..', 'packages', 'proxy', 'README.md');
|
||||
join(cwd(), '..', '..', 'packages', 'rest', 'README.md');
|
||||
join(cwd(), '..', '..', 'packages', 'util', 'README.md');
|
||||
join(cwd(), '..', '..', 'packages', 'voice', 'README.md');
|
||||
join(cwd(), '..', '..', 'packages', 'ws', 'README.md');
|
||||
@@ -1,6 +0,0 @@
|
||||
import type { NextApiRequest, NextApiResponse } from 'next';
|
||||
import './_readme';
|
||||
|
||||
export default function handler(_: NextApiRequest, res: NextApiResponse) {
|
||||
res.status(200).json({ _: '' });
|
||||
}
|
||||
Reference in New Issue
Block a user