We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b07ca2 commit b93ca4eCopy full SHA for b93ca4e
README.md
@@ -20,7 +20,7 @@ export default {
20
To access the environment variables use the built-in getter:
21
22
```ts
23
-import { getEnvConfig } from '@geprog/vite-plugin-env-config/getEnvConfig';
+import { getEnvConfig } from '@geprog/vite-plugin-env-config';
24
25
const backendURL = getEnvConfig('BACKEND_URL');
26
```
src/index.ts
@@ -1 +1,2 @@
1
export { envConfig, EnvConfigOptions } from './envConfig';
2
+export { getEnvConfig } from './getEnvConfig';
0 commit comments