enso/app/ide-desktop
Michał Wawrzyniec Urbańczyk ee981d2052
Reworked ide watch and ide start commands (#5634)
This PR changes build script's `ide watch` and `ide start` commands, so they don't use `electron-builder` to package. Instead, they invoke `electron` directly, significantly reducing time overhead.

`ide watch` will now start Electron process, while continuously rebuilding gui and the client in the background. Changes can be puilled by reloading within the electron, or closing the electron and letting it start once again. To stop, the script should be interrupted with `Ctrl+C`.
2023-03-02 23:00:47 +01:00
..
lib Reworked ide watch and ide start commands (#5634) 2023-03-02 23:00:47 +01:00
.gitignore Replace webpack with esbuild (#3592) 2022-08-10 03:41:44 +02:00
esbuild-watch.ts Reworked ide watch and ide start commands (#5634) 2023-03-02 23:00:47 +01:00
package-lock.json Fixing Electron runner (#5633) 2023-02-19 01:37:58 +01:00
package.json Fixing Electron runner (#5633) 2023-02-19 01:37:58 +01:00
tsconfig.json Fixing Electron runner (#5633) 2023-02-19 01:37:58 +01:00
utils.ts Replace webpack with esbuild (#3592) 2022-08-10 03:41:44 +02:00