cloudaxe-opencode/cloud/app/app.config.ts

10 lines
149 B
TypeScript
Raw Normal View History

2025-08-15 23:29:24 +00:00
import { defineConfig } from "@solidjs/start/config"
export default defineConfig({
vite: {
server: {
allowedHosts: true,
},
},
})