vite config
This commit is contained in:
7
vite.config.js
Normal file
7
vite.config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import { defineConfig } from 'vite';
|
||||
|
||||
export default defineConfig({
|
||||
preview: {
|
||||
allowedHosts: ['chat-with-ai.s38.siliconpin.com']
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user