2D Run-and-gun shooter inspired by One Man's Doomsday, Counter-Strike, and Metal Slug.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

12 řádky
283 B

  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. };