summaryrefslogtreecommitdiffhomepage
path: root/cloud/app/app.config.ts
blob: 0ffa557f9066ff91049590ffae8e677fced93651 (plain)
1
2
3
4
5
6
7
8
9
import { defineConfig } from "@solidjs/start/config"

export default defineConfig({
  vite: {
    server: {
      allowedHosts: true,
    },
  },
})