fixed lint error 3

This commit is contained in:
Ralf Bauer 2025-01-10 20:04:57 +01:00
parent 9360e3e944
commit 79074f78c3

View File

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