sanch1tx commited on
Commit
d789e1d
·
verified ·
1 Parent(s): 1703910

Update vite.config.ts

Browse files
Files changed (1) hide show
  1. vite.config.ts +3 -3
vite.config.ts CHANGED
@@ -4,8 +4,8 @@ import react from '@vitejs/plugin-react'
4
  export default defineConfig({
5
  plugins: [react()],
6
  server: {
7
- host: true, // listen on all addresses, including container network
8
- port: 7860, // port your app runs on Hugging Face Spaces
9
- allowedHosts: ['sanch1tx-studyassist.hf.space'], // your HF Space hostname
10
  },
11
  })
 
4
  export default defineConfig({
5
  plugins: [react()],
6
  server: {
7
+ host: true, // listen on all interfaces
8
+ port: 7860,
9
+ allowedHosts: ['sanch1tx-studyassist.hf.space'], // replace with your HF space hostname
10
  },
11
  })