GamerC0der commited on
Commit
d80dd8c
·
verified ·
1 Parent(s): 5914461

Update vite.config.ts

Browse files
Files changed (1) hide show
  1. vite.config.ts +3 -0
vite.config.ts CHANGED
@@ -91,6 +91,9 @@ export default defineConfig((config) => {
91
  __PKG_OPTIONAL_DEPENDENCIES: JSON.stringify(pkg.optionalDependencies),
92
  'process.env.NODE_ENV': JSON.stringify(process.env.NODE_ENV),
93
  },
 
 
 
94
  build: {
95
  target: 'esnext',
96
  rollupOptions: {
 
91
  __PKG_OPTIONAL_DEPENDENCIES: JSON.stringify(pkg.optionalDependencies),
92
  'process.env.NODE_ENV': JSON.stringify(process.env.NODE_ENV),
93
  },
94
+ server: {
95
+ allowedHosts: ['gamerc0der-bolt-new.hf.space'],
96
+ },
97
  build: {
98
  target: 'esnext',
99
  rollupOptions: {