-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
@arkenv/vite-pluginIssues or Pull Requests involving the Vite plugin for ArkEnvIssues or Pull Requests involving the Vite plugin for ArkEnv
Milestone
Description
This issue catalogs the acceptance criteria for labeling this project as "supporting Vite".
Required issues
One or both of the following paths MUST be resolved before the project "supports Vite".
- Support runtime access in Vite for prefixed vars (e.g.
VITE_*) #288 - bug: vite typescript does not infer the environment variables type. #195, ArkEnv in
vite.config.ts#365, and Server-only env vars are exposed to client code #385
Nice-to-have
These are issues that do not block this project from being "supporting Vite", but still would be nice to look at if possible.
- Not loading vars from .env.local when using vite and bun #242 might be related, it indicates a potential issue in reading from
.env.localand/or when using Solid Start with Vite. Either way I wouldn't call supporting Solid Start an important criteria for "supporting Vite", we just need to support thereact-tstemplate. - Vite plugin: Pretty print via Vite's logger #206
- Support Bun frontend
process.envprefixing (e.g.BUN_PUBLIC_*) #181 relates to Bun but might be related to Vite support if these frameworks work similarly.
Metadata
Metadata
Assignees
Labels
@arkenv/vite-pluginIssues or Pull Requests involving the Vite plugin for ArkEnvIssues or Pull Requests involving the Vite plugin for ArkEnv