demarches-normaliennes/config/vite.json

18 lines
320 B
JSON
Raw Normal View History

2022-06-17 12:36:21 +02:00
{
"all": {
2024-04-03 15:36:16 +02:00
"vite_bin_path": "./bin/bun_vite",
2022-06-17 12:36:21 +02:00
"sourceCodeDir": "app/javascript",
"watchAdditionalPaths": []
},
"development": {
"autoBuild": true,
"publicOutputDir": "vite-dev",
"port": 3036
},
"test": {
"autoBuild": true,
"publicOutputDir": "vite-test",
"port": 3037
}
}