Restore 127.0.0.1 host for Vite dev server

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Julien Calixte
2026-03-28 23:21:47 +01:00
parent f591c2b0a0
commit 6051d741b5

View File

@@ -5,6 +5,9 @@ import UnoCSS from 'unocss/vite'
import { fileURLToPath } from 'node:url'
export default defineConfig({
server: {
host: '127.0.0.1',
},
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url)),