import { defineConfig } from "vite"; module.exports = defineConfig({ build: { outDir: "sample" } });