- update login page

This commit is contained in:
2023-07-27 20:49:26 +02:00
parent 93bbf2296d
commit 021dfc85f9
10 changed files with 116 additions and 9 deletions

1
vite.config.js vendored
View File

@@ -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',
},