Loading
actual-server: 25.3.1 -> 25.4.0
Release note available at [1]. This release now requires that the web UI is locally built rather than fetched from NPM. Thus, the following changes are made: - `offlineCache` is made to install all dependencies of the workspace. The resulting "temporary" `node_modules/` is not suitable for final install, but can be used for web UI building. - Web UI is built into a separated derivation, using `node_modules/` built in the previous step. - In the final derivation, web UI is copied in, then the final `node_modules/` is created using `offlineCache`. The 2-tier node_modules also allow us to avoid downloading architecture- dependent binaries during the generation of `offlineCache`, allowing us to eliminate per-architecture hash which allow easier upgrade. [1]: https://actualbudget.org/docs/releases#2540