da.nfin.ch/hypeup.config.ts
2026-05-24 12:03:07 +02:00

12 lines
203 B
TypeScript

import { defineConfig } from "hypeup"
export default defineConfig({
clean: true,
dir: "src/routes",
vite: {
server: {
allowedHosts: [Bun.env.HOSTNAME!],
host: true,
},
},
})