hk-planner/frontend/node_modules/vite
jtricerolph 18e24efbeb Add sync error logging, extend error flash, fix unload saves
- Log workforce sync errors to backend stdout so they appear in docker logs
- Extend error flash from 5s to 15s so errors are readable
- Replace sendBeacon (POST-only) with keepalive fetch (PUT) on unload —
  sendBeacon was hitting 404s on all three unload saves

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-22 14:19:38 +00:00
..
bin Add sync error logging, extend error flash, fix unload saves 2026-07-22 14:19:38 +00:00
dist Add sync error logging, extend error flash, fix unload saves 2026-07-22 14:19:38 +00:00
misc Add sync error logging, extend error flash, fix unload saves 2026-07-22 14:19:38 +00:00
types Add sync error logging, extend error flash, fix unload saves 2026-07-22 14:19:38 +00:00
client.d.ts Add sync error logging, extend error flash, fix unload saves 2026-07-22 14:19:38 +00:00
index.cjs Add sync error logging, extend error flash, fix unload saves 2026-07-22 14:19:38 +00:00
index.d.cts Add sync error logging, extend error flash, fix unload saves 2026-07-22 14:19:38 +00:00
LICENSE.md Add sync error logging, extend error flash, fix unload saves 2026-07-22 14:19:38 +00:00
package.json Add sync error logging, extend error flash, fix unload saves 2026-07-22 14:19:38 +00:00
README.md Add sync error logging, extend error flash, fix unload saves 2026-07-22 14:19:38 +00:00

vite

Next Generation Frontend Tooling

  • 💡 Instant Server Start
  • Lightning Fast HMR
  • 🛠️ Rich Features
  • 📦 Optimized Build
  • 🔩 Universal Plugin Interface
  • 🔑 Fully Typed APIs

Vite (French word for "fast", pronounced /vit/) is a new breed of frontend build tool that significantly improves the frontend development experience. It consists of two major parts:

In addition, Vite is highly extensible via its Plugin API and JavaScript API with full typing support.

Read the Docs to Learn More.