Initial commit — multi-tenant filtering, port constraints, chart bbox

This commit is contained in:
2026-05-04 22:41:09 -04:00
parent c3b07be67e
commit fcf1d2787a
1102 changed files with 7353 additions and 1166 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "lh-preview",
"runtimeExecutable": "python",
"runtimeArgs": ["-m", "http.server", "7722", "--directory", "C:\\Temp"],
"port": 7722
}
]
}