Updated script requires.

This commit is contained in:
Mike Cao
2025-04-29 14:16:20 -07:00
parent ec7d5bdfe2
commit 615a6d444f
6 changed files with 9 additions and 6 deletions

View File

@@ -3,7 +3,6 @@ import fs from 'fs-extra';
import path from 'node:path';
import https from 'https';
import chalk from 'chalk';
import url from "node:url";
const src = path.resolve(process.cwd(), 'src/lang');
const dest = path.resolve(process.cwd(), 'public/intl/country');