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