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
8 lines
169 B
JavaScript
8 lines
169 B
JavaScript
export default {
|
|
server: "./server.ts",
|
|
serverBuildPath: "functions/[[path]].js",
|
|
serverMinify: true,
|
|
serverModuleFormat: "esm",
|
|
serverPlatform: "neutral",
|
|
};
|