-
Notifications
You must be signed in to change notification settings - Fork 79
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
feat: add support for config.js #2214
Conversation
Hi @viceice, Thank you so much for taking the time to review my PR! I’ve made the suggested changes. Please let me know if there’s anything else I should adjust or address. Looking forward to your thoughts! |
please don't merge main branch, it'll reset PR approval |
Hi, you forgot to change the volume path when using a js file, it is still looking for a config.json file and therefore it does not work. |
I'll open an issue and make a PR with changes. |
The
configIsJavascript
field allows the configuration to be specified in JavaScript format. When set to true, the configuration will be generated as config.js. If set to false, the configuration will be generated as config.json.Fix #2215