repositories
/
poolifier.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Simplify worker choosing (#138)
[poolifier.git]
/
.vscode
/
tasks.json
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
{
2
"version": "2.0.0",
3
"tasks": [
4
{
5
"label": "Development build",
6
"type": "npm",
7
"script": "build:dev"
8
}
9
]
10
}