# Committed, non-secret worker configuration (loaded by Void via Vite's `.env`
# convention and injected as Worker `vars`). `.env.production` overrides the
# host-specific values for `void deploy`; secrets go in `.env.local` (gitignored)
# for dev and `void secret put` for production.

# Local dev origin (the Vite dev server). Production value is in `.env.production`.
PUBLIC_BASE_URL=http://localhost:5173
NPM_REGISTRY=https://registry.npmjs.org
PREVIEW_OWNER=voidzero-dev
PREVIEW_REPO=vite-plus
# Packages the tarball endpoint serves. Exact names or `prefix*` patterns.
WORKSPACE_PACKAGES=vite-plus,@voidzero-dev/vite-plus-*
