ml-model-loader/node_modules/vite
Lilith 8f4a35ba79 chore: add publishConfig to prevent public npm publishing
All @lilith/* packages should publish to forge.nasty.sh only.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-03 00:42:23 -08:00
..
bin chore: add publishConfig to prevent public npm publishing 2026-01-03 00:42:23 -08:00
dist chore: add publishConfig to prevent public npm publishing 2026-01-03 00:42:23 -08:00
misc chore: add publishConfig to prevent public npm publishing 2026-01-03 00:42:23 -08:00
types chore: add publishConfig to prevent public npm publishing 2026-01-03 00:42:23 -08:00
client.d.ts chore: add publishConfig to prevent public npm publishing 2026-01-03 00:42:23 -08:00
LICENSE.md chore: add publishConfig to prevent public npm publishing 2026-01-03 00:42:23 -08:00
package.json chore: add publishConfig to prevent public npm publishing 2026-01-03 00:42:23 -08:00
README.md chore: add publishConfig to prevent public npm publishing 2026-01-03 00:42:23 -08: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.