mirror of
https://github.com/documenso/documenso.git
synced 2026-07-27 02:15:05 +10:00
fix: tidy
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user