Replies: 1 comment
-
Concept for Electron main process injection by JS config files: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Extensibility in CLI commands
Due to the current abstraction process, we need to give the user of the CLI some configuration options back, for example a configuration file where the user can intercept and change something at different stages of CLI runs (especially
start
andbuild
).I think, we need intercept points for this parts:
in style of:
Beta Was this translation helpful? Give feedback.
All reactions