remix-demo

react router (remix) demo

git clone https://9o.is/git/remix-demo.git

remix.config.js

(198B)


      1 /**
      2  * @type {import('@remix-run/dev').AppConfig}
      3  */
      4 module.exports = {
      5   cacheDirectory: "./node_modules/.cache/remix",
      6   ignoredRouteFiles: ["**/.*", "**/*.css", "**/*.test.{js,jsx,ts,tsx}"],
      7 };