-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.replit
More file actions
79 lines (60 loc) · 1.22 KB
/
Copy path.replit
File metadata and controls
79 lines (60 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
modules = ["web", "nodejs-20"]
run = "npm run dev"
hidden = [".config", ".git", "generated-icon.png", "node_modules", "dist"]
[nix]
channel = "stable-25_05"
packages = ["nano"]
[deployment]
deploymentTarget = "autoscale"
build = ["npm", "run", "build"]
run = ["npm", "run", "start"]
[[ports]]
localPort = 5000
externalPort = 80
[[ports]]
localPort = 40367
externalPort = 3003
[[ports]]
localPort = 40923
externalPort = 5173
[[ports]]
localPort = 43225
externalPort = 3001
[[ports]]
localPort = 45259
externalPort = 5000
[[ports]]
localPort = 46271
externalPort = 3002
[[ports]]
localPort = 46825
externalPort = 4200
[env]
PORT = "8081"
[workflows]
runButton = "Project"
[[workflows.workflow]]
name = "Development Server"
author = 47128650
mode = "sequential"
[[workflows.workflow.tasks]]
task = "shell.exec"
args = "npx tsx server/custom-server.ts"
[[workflows.workflow]]
name = "Project"
mode = "parallel"
author = "agent"
[[workflows.workflow.tasks]]
task = "workflow.run"
args = "IndexNow Studio"
[[workflows.workflow]]
name = "IndexNow Studio"
author = "agent"
[[workflows.workflow.tasks]]
task = "shell.exec"
args = "npm run dev"
waitForPort = 5000
[workflows.workflow.metadata]
outputType = "webview"
[agent]
expertMode = true