1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-10-16 15:07:27 +00:00

Fix VSCode launch configs

This commit is contained in:
Steffo 2022-06-08 16:42:08 +02:00
parent 3fe617872d
commit 3bb63cc9e6
Signed by: steffo
GPG key ID: 6965406171929D01

4
.vscode/launch.json vendored
View file

@ -7,7 +7,7 @@
"request": "launch",
"runtimeArgs": [
"run",
"app:dev"
"dev"
],
"runtimeExecutable": "yarn",
"skipFiles": [
@ -26,7 +26,7 @@
"request": "launch",
"runtimeArgs": [
"run",
"db:studio"
"db-studio"
],
"runtimeExecutable": "yarn",
"skipFiles": [