mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 13:39:52 +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,
|
|
},
|
|
},
|
|
})
|