mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-24 14:55:19 +00:00
10 lines
149 B
TypeScript
10 lines
149 B
TypeScript
import { defineConfig } from "@solidjs/start/config"
|
|
|
|
export default defineConfig({
|
|
vite: {
|
|
server: {
|
|
allowedHosts: true,
|
|
},
|
|
},
|
|
})
|