Remix migration

This commit is contained in:
2023-10-19 16:49:09 -04:00
parent 5d2774fb2e
commit 04dcbb4181
33 changed files with 16545 additions and 1813 deletions

10
remix.config.js Normal file
View File

@ -0,0 +1,10 @@
export default {
future: {
v2_routeConvention: true,
},
server: "./server.ts",
serverBuildTarget: "cloudflare-pages",
serverMinify: true,
serverModuleFormat: "esm",
serverPlatform: "neutral",
};