repositories
/
poolifier.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix busy event emission on fixed pool: (#332)
[poolifier.git]
/
.vscode
/
tasks.json
1
{
2
"version": "2.0.0",
3
"tasks": [
4
{
5
"label": "Build",
6
"type": "npm",
7
"script": "build:prod"
8
},
9
{
10
"label": "Development build",
11
"type": "npm",
12
"script": "build"
13
}
14
]
15
}