mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 12:33:30 +01:00
feat: website (#8043)
This commit is contained in:
7
packages/website/remix.config.js
Normal file
7
packages/website/remix.config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* @type {import('@remix-run/dev').AppConfig}
|
||||
*/
|
||||
module.exports = {
|
||||
appDirectory: 'src',
|
||||
ignoredRouteFiles: ['**/.*', '**/*.css', '**/*.test.{js,jsx,ts,tsx}'],
|
||||
};
|
||||
Reference in New Issue
Block a user