vite-plugin-civetman
Plugin to spawn civetman
on vite dev
and vite build
. For lazy person who don't want to run civetman dev
command in another terminal.
Learn more about 👉 @danielx/civet
, modern way to write typescript
.
import { civetman } from 'vite-plugin-civetman';
import { defineConfig } from 'vite';
export default defineConfig({
plugin: [
civetman(),
]
})
🍿 source code is easy to read. so please try to read it.