enso/app/ide-desktop/lib/common
Sergei Garin 54b806adeb
Fix enso redirect URL (#10221)
This PR changes URL of enso from `https://enso.org` to `https://ensoanalytics.com`
2024-06-09 11:47:26 +00:00
..
src Fix enso redirect URL (#10221) 2024-06-09 11:47:26 +00: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.