mirror of
https://github.com/enso-org/enso.git
synced 2024-11-27 14:43:48 +03:00
998d5999a3
Provides functionality necessary for: - opening URLs in the system browser (so that we can handle OAuth flows outside of the app) - handling deep links to the application (so that the OAuth flows can return the user to the app) ### Important Notes - Modifies `preload.ts` to expose the ability to open the system browser to the sandboxed parts of the app. - Modifies `election-builder-config.ts` to register a deep link URL protocol scheme with the OS. - Modifies the client's `index.ts` to register a handler for Electron `open-url` events
12 lines
348 B
YAML
12 lines
348 B
YAML
# Options intended to be common for all developers.
|
|
|
|
wasm-size-limit: 15.50 MiB
|
|
|
|
required-versions:
|
|
cargo-watch: ^8.1.1
|
|
node: =18.14.1
|
|
wasm-pack: ^0.10.2
|
|
# TODO [mwu]: Script can install `flatc` later on (if `conda` is present), so this is not required. However it should
|
|
# be required, if `conda` is missing.
|
|
# flatc: =1.12.0
|