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
See: https://github.com/tatethurston/nextjs-routes/blob/main/src/cli.ts#L25
It should pull in the local config, like it does on the webpack hook so the i18n config gets properly typed
i18n
I've been getting weird false/positives locally since adding:
// package.json { "scripts": { "prebuild": "npx nextjs-routes" } }
The text was updated successfully, but these errors were encountered:
Thanks @sitch this is a duplicate of #136
Sorry, something went wrong.
No branches or pull requests
See: https://github.com/tatethurston/nextjs-routes/blob/main/src/cli.ts#L25
It should pull in the local config, like it does on the webpack hook so the
i18n
config gets properly typedI've been getting weird false/positives locally since adding:
The text was updated successfully, but these errors were encountered: