tubearchivist-frontend/remix.config.js

13 lines
299 B
JavaScript

/**
* @type {import('@remix-run/dev').AppConfig}
*/
module.exports = {
cacheDirectory: "./node_modules/.cache/remix",
ignoredRouteFiles: ["**/.*", "**/*.css", "**/*.test.{js,jsx,ts,tsx}"],
future: {
v2_routeConvention: true,
v2_normalizeFormMethod: true,
v2_meta: false,
},
};