Spaces:
Configuration error
Configuration error
add reset button
#3
by
6Morpheus6
- opened
- reset.json +8 -0
reset.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"run": [{
|
3 |
+
"method": "fs.rm",
|
4 |
+
"params": {
|
5 |
+
"path": "venv"
|
6 |
+
}
|
7 |
+
}]
|
8 |
+
}
|