-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
docs(nuxt): Add beta readme #13979
docs(nuxt): Add beta readme #13979
Conversation
packages/nuxt/README.md
Outdated
```json | ||
"overrides": { | ||
"@vercel/nft": "^0.27.4" | ||
} | ||
``` | ||
|
||
or | ||
|
||
```json | ||
"resolutions": { | ||
"@vercel/nft": "^0.27.4" | ||
} | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The indentations for these blocks is different.
The Nuxt runtime config does not work in the Sentry server to technical reasons (it has to be loaded before Nuxt is | ||
loaded). To be able to use `process.env` you either have to add `--env-file=.env` to your node command | ||
Using `useRuntimeConfig` does not work in the Sentry server config file due to technical reasons (the file has to be | ||
loaded before Nuxt is loaded). To be able to use `process.env` you either have to add `--env-file=.env` to your node |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
loaded before Nuxt is loaded). To be able to use `process.env` you either have to add `--env-file=.env` to your node | |
loaded before Nuxt is loaded). To be able to use `process.env` you have to add `--env-file=.env` to your node |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The sentence continues after the code snippet with an "or", that's why there is an either :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah my bad, again
Removes code snippets with
--import
and adds a "Troubleshooting" section.