export default defineConfig()

in example/vite.config.ts [4:9]


export default defineConfig({
  base: "",
  build: {
    outDir: "build"
  }
});