feature: client: images: migrate to EMS

This commit is contained in:
coderiaser 2026-01-21 19:59:27 +02:00
parent 7192a56e94
commit f437a52ff0
22 changed files with 49 additions and 47 deletions

View file

@ -33,9 +33,7 @@ export default defineConfig([
}, {
files: ['{client,common,static}/**/*.js'],
languageOptions: {
globals: {
...globals.browser,
},
globals: globals.browser,
},
},
...matchToFlat(match),