flowing-hugs commited on
Commit
01ff877
·
verified ·
1 Parent(s): 65676ec

Update vite.config.ts

Browse files
Files changed (1) hide show
  1. vite.config.ts +1 -0
vite.config.ts CHANGED
@@ -7,6 +7,7 @@ export default defineConfig(({ mode }) => ({
7
  server: {
8
  host: "::",
9
  port: 8080,
 
10
  },
11
  plugins: [react()],
12
  resolve: {
 
7
  server: {
8
  host: "::",
9
  port: 8080,
10
+ allowedHosts: ["mistral-ai-game-jam-description-improv.hf.space", "think-in-sync.com"],
11
  },
12
  plugins: [react()],
13
  resolve: {