Skip to content

Commit 1ccfa4d

Browse files
committed
clean up replit
1 parent fa23736 commit 1ccfa4d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.replit

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ channel = "stable-24_05"
77
[[ports]]
88
localPort = 3000
99
externalPort = 3000
10-
exposeLocalhost = true
1110

1211
[[ports]]
1312
localPort = 5000
@@ -45,4 +44,4 @@ mode = "sequential"
4544

4645
[[workflows.workflow.tasks]]
4746
task = "shell.exec"
48-
args = "python anomstack/main.py"
47+
args = "python -m dagster dev -h 0.0.0.0 -p 3000 -f anomstack/main.py"

0 commit comments

Comments
 (0)