Skip to content

Commit

Permalink
tasks update:
Browse files Browse the repository at this point in the history
  • Loading branch information
DzikuVx committed Apr 24, 2024
1 parent 82ede9c commit eb7eb4b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 202 deletions.
16 changes: 16 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "start",
"problemMatcher": [],
"label": "npm: start",
"detail": "node node_modules/gulp/bin/gulp.js build && node node_modules/nw/bin/nw .",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}
202 changes: 0 additions & 202 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eb7eb4b

Please sign in to comment.