feat: add .replit config stub for Replit import

This commit is contained in:
notshop 2026-04-26 17:17:40 +00:00
parent d5c8d5ad3b
commit d93b5e678f

13
.replit Normal file
View 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