ES module imports fail via file:// or raw Forge URLs. Three options: ./preview.sh, docker compose up nexus-preview, GitHub Pages. Fixes #1339
496 B
496 B
Nexus Preview
ES module imports fail via file:// or raw Forge URLs. boot.js warns: "Serve over HTTP."
Quick Start
./preview.sh # http://localhost:8080
./preview.sh docker # nginx + WS proxy
docker compose up -d nexus-preview nexus-backend
Files
Dockerfile.preview— nginx containerpreview/nginx.conf— MIME types + WebSocket proxypreview.sh— Python preview server.github/workflows/pages.yml— GitHub Pages auto-deploy