mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-01 19:26:30 +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
|
"persistent": true
|
||||||
},
|
},
|
||||||
"i18n:scan": {
|
"i18n:scan": {
|
||||||
"inputs": ["src/**"],
|
"inputs": ["src/**", "i18next-scanner.config.js"],
|
||||||
"outputs": ["public/locales/**"]
|
"outputs": ["public/locales/**"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue