This commit is contained in:
Şahan Hasret
2025-10-21 17:44:34 +03:00
parent b57606636b
commit fc5910f440
8 changed files with 650 additions and 94 deletions

13
.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "dev",
"type": "shell",
"command": "npm run dev",
"isBackground": true,
"problemMatcher": [],
"group": "build"
}
]
}