feat: add coolify deployment and meta tracking

This commit is contained in:
9a0ffedc5b31823b
2026-05-02 22:41:33 +00:00
parent 5c47bdecb6
commit 6b325702b1
13 changed files with 308 additions and 32 deletions

12
nixpacks.toml Normal file
View File

@@ -0,0 +1,12 @@
[variables]
NODE_ENV = "production"
NPM_CONFIG_PRODUCTION = "false"
[phases.install]
cmds = ["npm ci"]
[phases.build]
cmds = ["npm run build"]
[start]
cmd = "npm run start"