first commit

This commit is contained in:
2026-07-16 09:35:32 +02:00
commit dd0746e2e6
179 changed files with 25679 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "tablet-web",
"runtimeExecutable": "pnpm",
"runtimeArgs": ["--filter", "@d4rk-tablet/web", "dev"],
"port": 5200
},
{
"name": "api",
"runtimeExecutable": "pnpm",
"runtimeArgs": ["--filter", "@d4rk-tablet/api", "dev"],
"port": 3000
}
]
}