2D Run-and-gun shooter inspired by One Man's Doomsday, Counter-Strike, and Metal Slug.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

remix.config.js 283 B

1234567891011
  1. /** @type {import('@remix-run/dev').AppConfig} */
  2. module.exports = {
  3. ignoredRouteFiles: ["**/.*"],
  4. future: {
  5. unstable_tailwind: true,
  6. },
  7. // appDirectory: "app",
  8. // assetsBuildDirectory: "public/build",
  9. // serverBuildPath: "build/index.js",
  10. // publicPath: "/build/",
  11. };