build: publish web-dist package for the standalone web edition #70
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
priority:P1
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/quasar!70
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/web-deploy"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
web-distNix package: the hermetic Vite production build offrontend/(the same bundle CLOG serves locally), for the Quasarstandalone web edition.
starintel_docovergit+https(same rev) so sandboxed Nix buildsand CI runners without SSH keys can fetch the git dependency.
Why
The shared web origin (starintel-infra
feat/quasar-web-deploy) serves thispackage at https://quasar.starintel.actor. Visual/UX parity with the local
runtime is inherent: it is the same build artifact.
Checks
npm run check(format/lint/typecheck/boundaries/static)npm --prefix frontend run test:unit(73 files / 360 tests)npm --prefix frontend run test:integrationnix build .#web-dist+nix flake check