2D Run-and-gun shooter inspired by One Man's Doomsday, Counter-Strike, and Metal Slug.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

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