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: {
open: true,
port: 3000,
watch: {
usePolling: true
},
// watch: {
// usePolling: true
// },
proxy: {
'/rest': 'http://localhost:3080',
'/api': {