diff options
Diffstat (limited to 'cloud/app/app.config.ts')
| -rw-r--r-- | cloud/app/app.config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cloud/app/app.config.ts b/cloud/app/app.config.ts index 4dd799edc..af013bc81 100644 --- a/cloud/app/app.config.ts +++ b/cloud/app/app.config.ts @@ -1,6 +1,7 @@ import { defineConfig } from "@solidjs/start/config" export default defineConfig({ + middleware: "./src/middleware.ts", vite: { server: { allowedHosts: true, |
