1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 18:18:53 +08:00

autostart, reset and fixes

This commit is contained in:
lana-k
2025-08-17 21:21:21 +02:00
parent f178937440
commit 218ab52ab3
6 changed files with 303 additions and 173 deletions

View File

@@ -4,7 +4,7 @@
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@*": ["./src/*"]
"@\/*": ["./src/*"]
}
}
}