mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
remove polling
This commit is contained in:
@@ -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': {
|
||||||
|
|||||||
Reference in New Issue
Block a user