This commit is contained in:
2024-06-26 22:13:34 +02:00
parent ad650b610d
commit 698b347ccb
35 changed files with 11002 additions and 0 deletions

12
api/.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"configurations": [
{
"command": "pnpm run dev",
"cwd": "${workspaceFolder}",
"name": "Run Dev (pnpm)",
"request": "launch",
"type": "node-terminal"
}
],
"version": "0.2.0"
}