mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-06 16:59:01 +00:00
wip: cloud stuff
This commit is contained in:
9
cloud/app/app.config.ts
Normal file
9
cloud/app/app.config.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { defineConfig } from "@solidjs/start/config"
|
||||
|
||||
export default defineConfig({
|
||||
vite: {
|
||||
server: {
|
||||
allowedHosts: true,
|
||||
},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user