You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run Locally: relative asset base + launcher scripts so the unzipped app works
- vite base '/' -> './' so built asset (CSS/JS/worker) paths are relative and
resolve from any folder — fixes the unzipped copy where absolute /assets/*
404'd when index.html was opened outside the domain root.
- zip now ships start.command / start.sh / start.bat launchers (start a local
server + open the browser) and a clearer RUN-LOCALLY.txt explaining a server
is required (browsers block modules + workers over file://).
Relative base is safe on the live site too (served from root).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments