enso/app/ide-desktop
somebody1234 da7dcd8bd5
Rename index.js.gz to entrypoint.js.gz (#8757)
This is required because `index.ts` was renamed to `entrypoint.ts` in order to avoid colliding with the main export of the `enso-dashboard` module, which is used by `gui2` as `dashboard.run()`. This file was renamed in #8587, causing the issue.

Build script changes also included thanks to @mwu-tow.

# Important Notes
This should only affect projects opened against the remote (cloud) backend, meaning that to test this, you should open a project against the cloud backend.
2024-01-16 19:10:49 +00:00
..
.vscode Re-organize lib/dashboard/ (#8587) 2024-01-10 16:22:11 +00:00
lib Rename index.js.gz to entrypoint.js.gz (#8757) 2024-01-16 19:10:49 +00:00
.gitignore Replace webpack with esbuild (#3592) 2022-08-10 03:41:44 +02:00
eslint.config.js Re-organize lib/dashboard/ (#8587) 2024-01-10 16:22:11 +00:00
package.json More unit tests for dashboard (#8586) 2024-01-09 10:43:18 +00:00
tsconfig.json [Gui2] Opening projects and language server connection (#7813) 2023-09-22 03:43:25 +00:00
utils.ts E2E tests (#8239) 2023-11-27 15:48:37 +00:00