diff options
| author | YurenHao0426 <blackhao0426@gmail.com> | 2026-02-12 20:06:25 +0000 |
|---|---|---|
| committer | YurenHao0426 <blackhao0426@gmail.com> | 2026-02-12 20:06:25 +0000 |
| commit | 6e8f245a6fc5bed08cfa96e4f669dc6af134afca (patch) | |
| tree | 388bf2a3d6fc4ab70d0238466231b7640cb65304 /frontend/vite.config.js | |
| parent | 924a82ac26dc9938b692f15db7aa06dd66b021bd (diff) | |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'frontend/vite.config.js')
| -rw-r--r-- | frontend/vite.config.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/vite.config.js b/frontend/vite.config.js index 8b0f57b..5c08825 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -4,4 +4,7 @@ import react from '@vitejs/plugin-react' // https://vite.dev/config/ export default defineConfig({ plugins: [react()], + server: { + allowedHosts: ['llm-council.blackhao.com'], + }, }) |
