Files
app
components
data
functions
public
.gitignore
.node-version
OFL.txt
emotion-server.js
index.css
index.d.ts
package-lock.json
package.json
remix.config.js
server.ts
theme.ts
tsconfig.json
car-crushers-portal/remix.config.js
2023-10-19 16:49:36 -04:00

14 lines
297 B
JavaScript

export default {
future: {
v2_errorBoundary: true,
v2_meta: true,
v2_normalizeFormMethod: true,
v2_routeConvention: true,
},
server: "./server.ts",
serverBuildPath: "functions/[[path]].js",
serverMinify: true,
serverModuleFormat: "esm",
serverPlatform: "neutral",
};