This commit is contained in:
nmemmert
2026-05-26 17:20:54 -04:00
parent f47a41ce6f
commit 9a78e2a65f
2 changed files with 13 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "study-app",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"port": 5173
}
]
}