Compare commits

..

No commits in common. "c7914d059b0845b9d6dd1de5fa24182aca60be40" and "4a0753652f8bb180008ad95df5b0f6a24ffc3845" have entirely different histories.

View File

@ -20,5 +20,11 @@ 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',
},
}, },
}); });