-
-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors in Nuxt example #59
Comments
1st problem about 2nd problem about empty object: I think Nuxt is replacing Overall it comes down to the problem of accessing |
@nexxeln is the nuxt guy here |
+1 Encountered Reproduction 2 too |
so it turns out the nuxt version is not working, also I seem to have done something that would work but when using |
I'm trying to make this library work for Nuxt 3 application, but encountering errors:
Reproduction 1 (process.env not defined)
The process variable is used here: https://github.com/t3-oss/t3-env/blob/b68140ae970c2626d56ed85b10be24dc909f8cab/packages/nuxt/index.ts#L22C66
Reproduction 2 (Invalid environment variables with an empty error object)
The error originates from here:
t3-env/packages/core/index.ts
Line 123 in b68140a
The text was updated successfully, but these errors were encountered: