UNPKG

create-moost

Version:
11 lines (9 loc) 186 B
import { defineConfig } from "vite"; import { moostVite } from "@moostjs/vite"; export default defineConfig({ plugins: [ moostVite({ entry: "/src/main.ts", }), ], });