mirror of
https://github.com/documenso/documenso.git
synced 2025-11-19 19:21:39 +10:00
fix: minimal vite config
This commit is contained in:
@ -9,7 +9,7 @@ const config: LinguiConfig = {
|
||||
catalogs: [
|
||||
{
|
||||
path: '<rootDir>/packages/lib/translations/{locale}/web',
|
||||
include: ['apps/web/src', 'packages/ui', 'packages/lib', 'packages/email'],
|
||||
include: ['apps/remix/src', 'packages/ui', 'packages/lib', 'packages/email'],
|
||||
exclude: ['**/node_modules/**'],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user