mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
42 lines
711 B
JSON
42 lines
711 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "dreammaker",
|
|
"dme": "paradise.dme",
|
|
"problemMatcher": [
|
|
"$dreammaker"
|
|
],
|
|
"group": "build",
|
|
"label": "dm: build - paradise.dme"
|
|
},
|
|
{
|
|
"type": "shell",
|
|
"command": "tgui/bin/tgui-build",
|
|
"windows": {
|
|
"command": ".\\tgui\\bin\\tgui.bat"
|
|
},
|
|
"problemMatcher": [
|
|
"$tsc",
|
|
"$eslint-stylish"
|
|
],
|
|
"group": "build",
|
|
"label": "tgui: build"
|
|
},
|
|
{
|
|
"type": "shell",
|
|
"command": "tgui/bin/tgui-dev-server",
|
|
"windows": {
|
|
"command": ".\\tgui\\bin\\tgui-dev-server.bat"
|
|
},
|
|
"problemMatcher": [
|
|
"$tsc",
|
|
"$eslint-stylish"
|
|
],
|
|
"group": "build",
|
|
"label": "tgui: run dev server"
|
|
}
|
|
,
|
|
]
|
|
}
|