Update vite.config.ts
Browse files- 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: {
|