mirror of
https://github.com/VaalaCat/frp-panel.git
synced 2025-12-24 11:51:06 +08:00
11 lines
256 B
JavaScript
11 lines
256 B
JavaScript
module.exports = {
|
|
input: [
|
|
'api/**/*.{js,jsx,ts,tsx}',
|
|
'config/**/*.{js,jsx,ts,tsx}',
|
|
'components/**/*.{js,jsx,ts,tsx}',
|
|
'pages/**/*.{js,jsx,ts,tsx}',
|
|
],
|
|
output: 'i18n/locales/$LOCALE.json',
|
|
locales: ['en', 'zh', 'zh-tw', 'fr'],
|
|
}
|