A lightweight, Vite‑like development server and build tool built on top of esbuild.
- ⚡ Fast dev server with static file serving
- 🔥 Hot‑module‑replacement (HMR) via WebSocket
- 📦 Production build using esbuild (bundling, minification, sourcemaps)
- ⚙️ Simple configuration file:
bliz.config.js - 💻 CLI commands:
bliz devandbliz build
A lightweight, Vite‑like development server and build tool built on top of esbuild.
- ⚡ Fast dev server with static file serving
- 🔥 Hot‑module‑replacement (HMR) via WebSocket
- 📦 Production build using esbuild (bundling, minification, sourcemaps)
- ⚙️ Simple configuration file:
bliz.config.js - 💻 CLI commands:
bliz devandbliz build
npm i -g @graphstats/bliznpm i @graphstats/blizBecause it will not add the package to the PATH!
MIT