@supabase/lite 0.3.1-next.2 → 0.3.1-next.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -186,8 +186,9 @@ The plugin does **not** currently inject `VITE_SUPABASE_URL` or
186
186
 
187
187
  The plugin auto-resolves `./supabase/config.toml`, applies the schema on boot,
188
188
  watches `schemas/*.sql` for hot-reload, and mounts `/auth/v1`, `/rest/v1`, and
189
- `/_system` on the Vite server. Only active during `vite` / `vite dev`;
190
- `vite preview` does not mount the API.
189
+ `/_system` on the Vite server. Active in both `vite` / `vite dev` and `vite
190
+ preview` (preview mounts the API and runs boot migrations, but does not watch
191
+ schemas — it simulates production).
191
192
 
192
193
  > Do not run `lite dev` or `lite start` next to the plugin — both bind the API and will collide. See [When to use what](#when-to-use-what).
193
194