Remove Nixpacks start command and add Prisma module cleanup to the package.json start script.

This commit is contained in:
2026-03-02 15:14:01 +01:00
parent 02641e7e94
commit d28594a97c
2 changed files with 1 additions and 4 deletions

View File

@@ -8,6 +8,3 @@ cmds = [
[phases.setup]
nixPkgs = ["nodejs_22", "npm-9_x", "openssl"]
[start]
cmd = "node .next/standalone/server.js"