v0.1.23 - 개발용 자동 새로고침과 로그인 화면 정렬

This commit is contained in:
2026-04-22 11:08:58 +09:00
parent b972209c2f
commit 9760c9dc0e
6 changed files with 80 additions and 8 deletions

View File

@@ -3,4 +3,12 @@ import vue from '@vitejs/plugin-vue'
export default defineConfig({
plugins: [vue()],
server: {
host: '0.0.0.0',
port: 5173,
strictPort: true,
watch: {
usePolling: true,
},
},
})