src/server/app.ts
file with the following contents:
modelence.config.ts
file with the following contents:
package.json
"type": "module"
to the package.json
filenext dev
to modelence dev
next build
to modelence build
build:next
(to match the postBuildCommand
you used in modelence config) and set the value to next build
.gitignore
to ignore Modelence build dir and env files:
.modelence
.modelence.env
.modelence.*.env