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
why not allow set distDir?
In nextjs14. I can run next build src/renderer with dist: "../../app" ,
next build src/renderer
dist: "../../app"
why nextron not allow?
my project
├── src │ ├── main │ ├── renderer
nextron.config.js
module.exports = { // specify an alternate main src directory, defaults to 'main' mainSrcDir: 'src/main', // specify an alternate renderer src directory, defaults to 'renderer' rendererSrcDir: 'src/renderer', // main process' webpack config webpack: (config, env) => { // do some stuff here return config }, }
The text was updated successfully, but these errors were encountered:
I don't know but nextron js tends to have lots of problems.
Sorry, something went wrong.
No branches or pull requests
why not allow set distDir?
In nextjs14. I can run
next build src/renderer
withdist: "../../app"
,why nextron not allow?
my project
nextron.config.js
The text was updated successfully, but these errors were encountered: