Skip to content

Commit

Permalink
fixed lint error 3
Browse files Browse the repository at this point in the history
  • Loading branch information
RaBa64 committed Jan 10, 2025
1 parent 9360e3e commit 79074f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}

Expand Down

0 comments on commit 79074f7

Please sign in to comment.