{ "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 } }