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
allowNodeEnv
// vike.config.js export default { allowNodeEnv: { dev: ['local', 'test'], prod: ['staging'. 'test'] } }
Adding test to both dev and prod means that the test value can always be set.
test
dev
prod
Related:
process.env.NODE_ENV
vite.config.js#base should start with '/', 'http://', or 'https://' (it is ./ instead)
The text was updated successfully, but these errors were encountered:
dangerouslySkipConventions
No branches or pull requests
Description
Adding
test
to bothdev
andprod
means that thetest
value can always be set.Related:
process.env.NODE_ENV
hard convention is problematic #1482vite.config.js#base should start with '/', 'http://', or 'https://' (it is ./ instead)
when using storybook #798 (comment)The text was updated successfully, but these errors were encountered: