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