Skip to content

Commit

Permalink
add vscode build task
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Apr 24, 2024
1 parent 2b3c61b commit e7c7c08
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "Start App",
"type": "shell",
"group": "build",
"command": "npm run build:watch",
"presentation": {
"reveal": "always",
"panel": "new"
},
"runOptions": {
"runOn": "folderOpen",
}
}
]
}

0 comments on commit e7c7c08

Please sign in to comment.