Initial commit — multi-tenant filtering, port constraints, chart bbox
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"version": "0.0.1",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "lh-preview",
|
||||
"runtimeExecutable": "python",
|
||||
"runtimeArgs": ["-m", "http.server", "7722", "--directory", "C:\\Temp"],
|
||||
"port": 7722
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user