mirror of
https://github.com/sst/opencode.git
synced 2025-08-22 22:14:14 +00:00
9 lines
149 B
TypeScript
9 lines
149 B
TypeScript
import { defineConfig } from "@solidjs/start/config"
|
|
|
|
export default defineConfig({
|
|
vite: {
|
|
server: {
|
|
allowedHosts: true,
|
|
},
|
|
},
|
|
})
|