chore: move regime to github

This commit is contained in:
Dan Finch 2026-05-18 23:59:31 +02:00
parent 3fc9e6dab1
commit 30167c7f45
4 changed files with 17 additions and 20 deletions

12
hypeup.config.ts Normal file
View file

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