Files
app
components
data
functions
public
.gitignore
.node-version
.prettierignore
OFL.txt
README.md
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:50:32 -04:00

8 lines
169 B
JavaScript

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