1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-26 04:03:03 +01:00
server/.vscode/tasks.json
2022-08-30 17:10:46 +02:00

14 lines
201 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "build",
"group": "build",
"problemMatcher": [],
"label": "npm: build",
"detail": "node scripts/build.js swc"
}
]
}