Spaces:
Configuration error
Configuration error
update
#8
by
6Morpheus6
- opened
- start.json +7 -12
start.json
CHANGED
@@ -3,22 +3,17 @@
|
|
3 |
"run": [{
|
4 |
"method": "shell.run",
|
5 |
"params": {
|
6 |
-
"venv": "
|
7 |
"message": "python app.py",
|
8 |
-
"on": [{
|
|
|
|
|
|
|
9 |
}
|
10 |
}, {
|
11 |
-
"method": "
|
12 |
"params": {
|
13 |
-
"
|
14 |
-
"url": "{{input.event[0]}}"
|
15 |
-
}
|
16 |
-
}
|
17 |
-
}, {
|
18 |
-
"method": "browser.open",
|
19 |
-
"params": {
|
20 |
-
"uri": "{{self.session.url}}",
|
21 |
-
"target": "_blank"
|
22 |
}
|
23 |
}]
|
24 |
}
|
|
|
3 |
"run": [{
|
4 |
"method": "shell.run",
|
5 |
"params": {
|
6 |
+
"venv": "env",
|
7 |
"message": "python app.py",
|
8 |
+
"on": [{
|
9 |
+
"event": "/http://[0-9.:]+/",
|
10 |
+
"done": true
|
11 |
+
}]
|
12 |
}
|
13 |
}, {
|
14 |
+
"method": "local.set",
|
15 |
"params": {
|
16 |
+
"url": "{{input.event[0]}}"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
}
|
18 |
}]
|
19 |
}
|