fixed lint error

This commit is contained in:
Ralf Bauer 2025-01-10 20:01:24 +01:00
parent 989524f55d
commit 9360e3e944

View File

@ -14,7 +14,7 @@ let proxy_target;
try {
// eslint-disable-next-line
proxy_target = require('./vite.user.ts').proxy_target;
} catch (error) {
} catch () {
proxy_target = '192.168.2.93';
}