Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt Vite dev server host option (#277)
Change vite server host option from `host: "0.0.0.0"` to `host: true`. This fixes the local development for me. `admin-codegen` and `admin-block-codegen` kept waiting for `admin` microservice to start. https://vitejs.dev/config/server-options.html#server-host
- Loading branch information