feat(web): SPA skeleton embedded in the binary (#60)
ci / web (push) Successful in 33s
ci / rust (push) Successful in 57s
e2e / e2e (push) Successful in 1m7s

This commit was merged in pull request #60.
This commit is contained in:
2026-08-22 21:07:40 +01:00
parent 94c334ffe9
commit 514628f089
22 changed files with 2277 additions and 2 deletions
+3 -1
View File
@@ -91,7 +91,9 @@ jobs:
curl -fsSL https://deb.nodesource.com/setup_22.x | bash -
apt-get install -y --no-install-recommends nodejs
corepack enable
corepack prepare pnpm@latest --activate
# Prepare the exact version package.json pins; corepack refuses to
# run a mismatched version under a packageManager pin.
corepack prepare "$(node -p "require('./web/package.json').packageManager")" --activate
- name: Cache pnpm store
if: steps.probe.outputs.present == 'true'