running issue fixed

This commit is contained in:
mohanmd 2026-05-25 16:24:55 +05:30
parent 451c12b073
commit 18f7f19a91

View File

@ -20,11 +20,5 @@ export default defineConfig({
watch: { watch: {
ignored: ['**/storage/framework/views/**'], ignored: ['**/storage/framework/views/**'],
}, },
host: '0.0.0.0',
port: 5173,
cors: true,
hmr: {
host: '192.168.0.228',
},
}, },
}); });