- update login page
This commit is contained in:
1
vite.config.js
vendored
1
vite.config.js
vendored
@@ -6,6 +6,7 @@ import { networkInterfaces } from 'os'
|
||||
export default defineConfig({
|
||||
server: {
|
||||
host: Object.values(networkInterfaces()).flat().find(i => i.family === 'IPv4' && !i.internal).address,
|
||||
port: 3001,
|
||||
hmr: {
|
||||
host: 'localhost',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user