feat: add coolify deployment and meta tracking
This commit is contained in:
12
nixpacks.toml
Normal file
12
nixpacks.toml
Normal 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"
|
||||
Reference in New Issue
Block a user