feat: add .replit config stub for Replit import
This commit is contained in:
parent
d5c8d5ad3b
commit
d93b5e678f
1 changed files with 13 additions and 0 deletions
13
.replit
Normal file
13
.replit
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
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
|
||||||
Loading…
Add table
Reference in a new issue