Thursday, June 04, 2026 12:54:10 AM
> vite.json
{
  "all": {
    "sourceCodeDir": "app/frontend",
    "watchAdditionalPaths": []
  },
  "development": {
    "autoBuild": true,
    "publicOutputDir": "vite-dev",
    "port": 3036
  },
  "test": {
    "autoBuild": true,
    "publicOutputDir": "vite-test",
    "port": 3037
  }
}
All opinions represented herein are my own
- © 2024 - 2026 itsthedevman
- build 4294fb2