diff options
Diffstat (limited to 'cloud/app/app.config.ts')
| -rw-r--r-- | cloud/app/app.config.ts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cloud/app/app.config.ts b/cloud/app/app.config.ts new file mode 100644 index 000000000..0ffa557f9 --- /dev/null +++ b/cloud/app/app.config.ts @@ -0,0 +1,9 @@ +import { defineConfig } from "@solidjs/start/config" + +export default defineConfig({ + vite: { + server: { + allowedHosts: true, + }, + }, +}) |
