Fixes
This commit is contained in:
parent
440c413152
commit
9ce8995436
|
@ -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