Skip to content

Commit

Permalink
Download zeta-note server binary from GH releases
Browse files Browse the repository at this point in the history
  • Loading branch information
artempyanykh committed Apr 2, 2021
1 parent 6b3c883 commit 26763ac
Show file tree
Hide file tree
Showing 4 changed files with 6,410 additions and 31 deletions.
15 changes: 14 additions & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,23 @@
"presentation": {
"reveal": "never"
},
"group": "build",
"label": "npm: watch",
"detail": "tsc -watch -p ./"
},
{
"type": "npm",
"script": "webpack-dev",
"problemMatcher": [
"$ts-webpack-watch"
],
"isBackground": true,
"label": "npm: webpack-dev",
"detail": "webpack --mode development --watch",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}
}
Loading

0 comments on commit 26763ac

Please sign in to comment.