mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 12:21:00 -05:00
13 lines
223 B
JSON
13 lines
223 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"type": "npm",
|
||
|
"script": "dev",
|
||
|
"problemMatcher": [],
|
||
|
"label": "npm: yarn dev",
|
||
|
"detail": "yarn tsc && yarn node . src/DB-Beta.config.json"
|
||
|
}
|
||
|
]
|
||
|
}
|