enso/app/ide-desktop/lib/common
Sergei Garin 91a2afb098
Fix broken login flow (#9965)
* kill the electron process instead of restarting

limit the port range with single one

Make ENSO_CLOUD_REDIRECT optional, use window.location.origin by default

* Revert server changes

* limit the amount of ports in server
2024-05-22 16:56:42 +03:00
..
src Fix broken login flow (#9965) 2024-05-22 16:56:42 +03:00
package.json Allow downloading projects on GUI dev server (#9851) 2024-05-03 13:37:26 +00:00
README.md Refactor configuration keys out of repository (#8895) 2024-03-08 03:14:26 +00:00
tsconfig.json Add "About app" modal (#9833) 2024-05-14 14:00:00 +00:00

Common utilities

This module contains utilities that are used by multiple modules (or multiple different build commands).

It is highly NOT RECOMMENDED to add files to this package - prefer creating a new package with a narrower set of responsibilities instead.