fix: tidy

This commit is contained in:
Lucas Smith
2026-03-13 12:03:05 +11:00
parent 53afafe5db
commit 9747fd1800
3 changed files with 5 additions and 52 deletions
+1 -2
View File
@@ -80,7 +80,6 @@
"@lingui/vite-plugin": "^5.6.0",
"@react-router/dev": "^7.12.0",
"@react-router/remix-routes-option-adapter": "^7.12.0",
"@types/babel__core": "^7.20.5",
"@types/content-disposition": "^0.5.9",
"@types/formidable": "^3.4.6",
"@types/luxon": "^3.7.1",
@@ -97,4 +96,4 @@
"vite": "^8.0.0"
},
"version": "2.8.0"
}
}
+1 -1
View File
@@ -49,7 +49,7 @@ export default defineConfig({
plugins: ['typescript', 'jsx'],
},
}),
lingui(),
lingui().filter((plugin) => plugin.name === 'vite-plugin-lingui'),
reactRouter(),
serverAdapter({
entry: 'server/router.ts',