Remix migration
This commit is contained in:
10
remix.config.js
Normal file
10
remix.config.js
Normal file
@ -0,0 +1,10 @@
|
||||
export default {
|
||||
future: {
|
||||
v2_routeConvention: true,
|
||||
},
|
||||
server: "./server.ts",
|
||||
serverBuildTarget: "cloudflare-pages",
|
||||
serverMinify: true,
|
||||
serverModuleFormat: "esm",
|
||||
serverPlatform: "neutral",
|
||||
};
|
Reference in New Issue
Block a user