We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
e.g. https://github.com/epicweb-dev/epic-stack/blob/e70fee5a087954b1818234443ebc49a87b5ca7d0/app/utils/env.server.ts#L60
type ENV = ReturnType<typeof getEnv> declare global { var ENV: ENV interface Window { ENV: ENV } }
should be avoided as we don't need them at all at runtime
The text was updated successfully, but these errors were encountered:
No branches or pull requests
e.g. https://github.com/epicweb-dev/epic-stack/blob/e70fee5a087954b1818234443ebc49a87b5ca7d0/app/utils/env.server.ts#L60
should be avoided as we don't need them at all at runtime
The text was updated successfully, but these errors were encountered: