import { defineConfig } from "vite"; export default defineConfig({ plugins: [], build: { rollupOptions: { input: ["frontend/js/index.ts"], }, }, });