B1: Vite static build target #3
Labels
No labels
bug
documentation
duplicate
e-copy
e-features
e-mobile
enhancement
f-coverage
f-forensic
f-perf
f-privacy
forensic
good first issue
help wanted
infra
invalid
phase-a
phase-b
phase-c
phase-d
phase-e
phase-f
phase-g
phase-h
priority-1
priority-2
priority-3
privacy
question
v5
v6
video-hardening
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: forgejo_admin/exifcleaner-web#3
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Part of v5 webapp migration — Phase B: Deployable webapp (priority #2)
Add
vite.config.web.ts,src/web/index.html,src/web/main.tsxand ayarn build:webscript that produces adist/web/static bundle.Deliverable:
yarn build:webproduces adist/web/bundle that opens in a browser and shows the empty state.Verify:
npx serve dist/web→ page loads, drag-drop area visible.See design doc
docs/superpowers/specs/2026-05-05-webapp-migration-design.md§9.2Shipped in #47 (squash-merged as
dfbd680).vite.config.web.tsbuilds the static web bundle todist/web/viayarn build:web.