mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 02:06:34 +02:00
🐛 Fix i18n:scan input
This commit is contained in:
parent
3ab9b925a6
commit
79914e946f
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
|||
"persistent": true
|
||||
},
|
||||
"i18n:scan": {
|
||||
"inputs": ["src/**"],
|
||||
"inputs": ["src/**", "i18next-scanner.config.js"],
|
||||
"outputs": ["public/locales/**"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue