Skip to content

Commit 6d56a01

Browse files
committed
Workflow
1 parent 310e143 commit 6d56a01

File tree

5 files changed

+44
-10719
lines changed

5 files changed

+44
-10719
lines changed

.replit

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
modules = ["vue-node-20:v2-20240116-2181bf7"]
1+
run = "npm run dev -v --host 0.0.0.0 --port 8000"
2+
modules = ["nodejs-20:v8-20230920-bd784b9", "vue-node-21:3.4.0-rc.3"]
23

34
[nix]
45
channel = "stable-23_11"
6+
7+
[deployment]
8+
run = ["sh", "-c", "npm run dev -v"]
9+
deploymentTarget = "cloudrun"
10+
11+
[[ports]]
12+
localPort = 8000
13+
externalPort = 80
14+
exposeLocalhost = true
15+
16+
#run = "rm -rf .cache"

0 commit comments

Comments
 (0)