8000
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.
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
https://github.com/nitrojs/nitro/blob/8c2a2d8589a1c65b091f8bce1ca25d756f25bb11/src/build/plugins/public-assets.ts#L78C1-L79C1
This is the code that I actually compiled
function readAsset (id) { const serverDir = dirname(fileURLToPath(import.meta.url)); return promises.readFile(resolve$1(serverDir, assets[id].path)) }
the global variable was not referenced, so the _nuxt file could not be found
my env node v22.15.1
The text was updated successfully, but these errors were encountered:
Please provide a minimal reproduction (e.g., Stackblitz or a Github repo) so we can debug 🙏
Sorry, something went wrong.
No branches or pull requests
https://github.com/nitrojs/nitro/blob/8c2a2d8589a1c65b091f8bce1ca25d756f25bb11/src/build/plugins/public-assets.ts#L78C1-L79C1
This is the code that I actually compiled
the global variable was not referenced, so the _nuxt file could not be found
my env
node v22.15.1
The text was updated successfully, but these errors were encountered: