MCPcopy Index your code
hub / github.com/freshframework/fresh / loadEnvFile

Function loadEnvFile

packages/plugin-vite/src/mod.ts:278–284  ·  view source on GitHub ↗
(envPath: string)

Source from the content-addressed store, hash-verified

276}
277
278async function loadEnvFile(envPath: string) {
279 try {
280 await stdLoadEnv({ envPath, export: true });
281 } catch {
282 // Ignore
283 }
284}

Callers 1

configResolvedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected