mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
18 lines
307 B
JSON
18 lines
307 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"
|
|
}
|
|
}
|