mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 22:15:09 +00:00
21 lines
376 B
JSON
21 lines
376 B
JSON
{
|
|
"all": {
|
|
"sourceCodeDir": "app/frontend",
|
|
"watchAdditionalPaths": [],
|
|
"packageManager": "yarn"
|
|
},
|
|
"development": {
|
|
"autoBuild": true,
|
|
"publicOutputDir": "vite-dev",
|
|
"port": 3036
|
|
},
|
|
"test": {
|
|
"autoBuild": true,
|
|
"publicOutputDir": "vite-test",
|
|
"port": 3037
|
|
},
|
|
"production": {
|
|
"publicOutputDir": "",
|
|
"port": 3038
|
|
}
|
|
}
|