@fourze/vite
v0.30.2
Published
## Usage
Downloads
41
Readme
Fourze Vite Plugin
Usage
pnpm add @fourze/vite
vite.config.ts
import fourze from "@fourze/vite";
export default defineConfig({
plugins: [
fourze({
base: "/api"
})
],
});
then you can fetch /api/hello
to get response.