Vladimir b43a6f4767
fix: respect base (#438)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-01-05 05:51:21 +08:00

17 lines
306 B
JSON

{
"all": {
"sourceCodeDir": "",
"watchAdditionalPaths": []
},
"development": {
"autoBuild": true,
"host": "127.0.0.1",
"publicOutputDir": "vite-development",
"port": 3036
},
"test": {
"autoBuild": true,
"host": "127.0.0.1",
"publicOutputDir": "vite-test"
}
}