UNPKG

110 BPlain TextView Raw
1import { defineConfig } from "vite";
2
3module.exports = defineConfig({
4 build: {
5 outDir: "sample"
6 }
7});