chore: move regime to github
This commit is contained in:
parent
3fc9e6dab1
commit
30167c7f45
4 changed files with 17 additions and 20 deletions
12
hypeup.config.ts
Normal file
12
hypeup.config.ts
Normal 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,
|
||||
},
|
||||
},
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue