Spaces:
Configuration error
Configuration error
add reset button (#3)
Browse files- add reset button (0fb5c3605c2fbe9cf158d6fc89529d33e5eb3a0e)
Co-authored-by: Morpheus <[email protected]>
- 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 |
+
}
|