mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 13:21:59 +00:00
Hotfix for i18n where the detector was overriding localStorage (#439)
* Hotfix for i18n where the detector was overriding localStorage * Please, pnpm, cooperate
This commit is contained in:
@@ -14,7 +14,7 @@ export default defineConfig({
|
||||
input: 'src/index.tsx',
|
||||
plugins: [
|
||||
del({ targets: '../backend/static/*', force: true }),
|
||||
commonjs({include: '../frontend/node_modules/**'}),
|
||||
commonjs(),
|
||||
nodeResolve({
|
||||
browser: true
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user