1import { defineConfig } from "vite"; 2import hyperapp from "vite-plugin-hyperapp"; 3 4export default defineConfig({ 5 plugins: [hyperapp()], 6});