remove polling

This commit is contained in:
Proddy
2023-08-20 16:55:05 +02:00
parent 0feaed8869
commit 1bc70f09c5

View File

@@ -50,9 +50,9 @@ export default defineConfig(({ command, mode }) => {
server: { server: {
open: true, open: true,
port: 3000, port: 3000,
watch: { // watch: {
usePolling: true // usePolling: true
}, // },
proxy: { proxy: {
'/rest': 'http://localhost:3080', '/rest': 'http://localhost:3080',
'/api': { '/api': {