diff --git a/vite.config.js b/vite.config.js index bbcf80c..ad6e5d6 100644 --- a/vite.config.js +++ b/vite.config.js @@ -4,4 +4,8 @@ import vue from '@vitejs/plugin-vue' // https://vite.dev/config/ export default defineConfig({ plugins: [vue()], + server: { + host: '0.0.0.0', + port: 5173, + }, })