mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-25 13:10:15 +00:00
8 lines
198 B
JavaScript
8 lines
198 B
JavaScript
|
/**
|
||
|
* @type {import('@remix-run/dev').AppConfig}
|
||
|
*/
|
||
|
module.exports = {
|
||
|
cacheDirectory: "./node_modules/.cache/remix",
|
||
|
ignoredRouteFiles: ["**/.*", "**/*.css", "**/*.test.{js,jsx,ts,tsx}"],
|
||
|
};
|