import { defineConfig } from "vite"; export default defineConfig({ build: { lib: { entry: { play: "play.html", index: "index.html", } }, }, });