initial commit

This commit is contained in:
2026-04-24 16:06:17 +02:00
commit 567c2f8da4
27 changed files with 4806 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Hosted workbench",
"type": "msedge",
"request": "launch",
"url": "http://localhost:5173/",
"webRoot": "${workspaceRoot}",
"runtimeArgs": [
"--remote-debugging-port=9222",
"-incognito"
]
}
]
}