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
How do I separate the JS configuration from being compiled as the executable and use different configuration in different environment for testing?
Currently the configuration JS is included in the executable and I have to compile differently for different testing environment.
Thanks!
The text was updated successfully, but these errors were encountered:
Ok it looks like I can pass in the path or filename of the config as runtime argument, as shown in https://speakerdeck.com/pmq20/node-dot-js-compiler-compiling-your-node-dot-js-application-into-a-single-executable?slide=36
Sorry, something went wrong.
No branches or pull requests
How do I separate the JS configuration from being compiled as the executable and use different configuration in different environment for testing?
Currently the configuration JS is included in the executable and I have to compile differently for different testing environment.
Thanks!
The text was updated successfully, but these errors were encountered: