vite config

master
Kar 2025-03-22 16:48:14 +05:30
parent 0155276b1d
commit f405788bb0
1 changed files with 7 additions and 0 deletions

7
vite.config.js Normal file
View File

@ -0,0 +1,7 @@
import { defineConfig } from 'vite';
export default defineConfig({
preview: {
allowedHosts: ['chat-with-ai.s38.siliconpin.com']
}
});