Skip to content

Commit cf56f74

Browse files
committed
add replit config files
1 parent 4a3019f commit cf56f74

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.replit

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
modules = ["nodejs-20:v8-20230920-bd784b9"]
2+
hidden = [".config", "package-lock.json"]
3+
run = "npm run start"
4+
5+
[gitHubImport]
6+
requiredFiles = [".replit", "replit.nix", "package.json", "package-lock.json"]
7+
8+
[nix]
9+
channel = "stable-23_05"
10+
11+
[unitTest]
12+
language = "nodejs"
13+
14+
[deployment]
15+
run = ["sh", "-c", "npm run start"]
16+
deploymentTarget = "cloudrun"
17+
ignorePorts = false
18+
19+
[[ports]]
20+
localPort = 3000
21+
externalPort = 80

replit.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{pkgs}: {
2+
deps = [ ];
3+
}

0 commit comments

Comments
 (0)