We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caefa5f commit 0ae8319Copy full SHA for 0ae8319
1 file changed
packages/plugin-vite/src/mod.ts
@@ -256,6 +256,6 @@ async function loadEnvFile(envPath: string) {
256
try {
257
await stdLoadEnv({ envPath, export: true });
258
} catch {
259
- // Ignoe
+ // Ignore
260
}
261
0 commit comments