mirror of
https://github.com/k1tbyte/Wand-Enhancer.git
synced 2026-09-01 02:01:32 +00:00
f798714f8d
Add verify-dist.mjs (node --check on bundles, dev-only payload guard). Wire lint into build.ps1 and type-check both web and bridge in pnpm build. Drop noImplicitAny override and switch bridge to Bundler resolution. Run CI on pull_request and push to master.
Wand Web Panel
Local mobile-friendly web panel for Wand.
Commands
pnpm install
pnpm dev
pnpm bridge:demo
Hosted access on the local machine:
http://localhost:4173/
Hosted access on the LAN:
pnpm run dev:host
Then open the machine IP on port 4173.
Use ?ws=ws://host:port/remote/ws to override the bridge URL. The fixture bridge is dev-only;
production is bundled to dist/bridge.cjs.