da.nfin.ch/hypeup.config.ts

13 lines
203 B
TypeScript
Raw Normal View History

2026-05-13 02:03:11 +02:00
import { defineConfig } from "hypeup"
export default defineConfig({
clean: true,
dir: "src/routes",
vite: {
server: {
allowedHosts: [Bun.env.HOSTNAME!],
host: true,
},
},
})