mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-26 04:03:03 +01:00
14 lines
201 B
JSON
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"
|
|
}
|
|
]
|
|
}
|