mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-22 14:44:21 +00:00
Fix VSCode launch configs
This commit is contained in:
parent
3fe617872d
commit
3bb63cc9e6
1 changed files with 2 additions and 2 deletions
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
|
@ -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": [
|
||||
|
|
Loading…
Reference in a new issue