Fixes
This commit is contained in:
parent
440c413152
commit
14d274e888
|
@ -0,0 +1,9 @@
|
|||
import { defineConfig } from 'vite';
|
||||
import react from '@vitejs/plugin-react';
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
server: {
|
||||
host: true,
|
||||
allowedHosts: ['govorov.itqop.pw', 'localhost'],
|
||||
},
|
||||
});
|
Loading…
Reference in New Issue