13 lines
222 B
Text
13 lines
222 B
Text
run = "npm run dev"
|
|
entrypoint = "server/index.ts"
|
|
|
|
[nix]
|
|
channel = "stable-24_05"
|
|
|
|
[deployment]
|
|
run = ["sh", "-c", "npm run build && npm start"]
|
|
deploymentTarget = "cloudrun"
|
|
|
|
[[ports]]
|
|
localPort = 5000
|
|
externalPort = 80
|