mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-30 19:40:45 -07:00
chore: move localesList to generated folder
This commit is contained in:
parent
5b1ad30e98
commit
d826cda2a0
4 changed files with 13 additions and 2 deletions
|
@ -37,7 +37,7 @@ export default function GenerateLocalesPlugin() {
|
|||
const outputPath = path.resolve(
|
||||
__dirname,
|
||||
"src",
|
||||
"utils",
|
||||
"generated",
|
||||
"localesList.json"
|
||||
);
|
||||
fs.writeFileSync(outputPath, JSON.stringify(localesList, null, 2));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue