vite config

This commit is contained in:
Kar
2025-03-22 16:48:14 +05:30
parent 0155276b1d
commit f405788bb0

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']
}
});