0
0
mirror of https://github.com/fawazahmed0/exchange-api.git synced 2025-06-29 18:21:14 +00:00
Fawaz Ahmed 2024-04-29 22:52:55 +05:30 committed by GitHub
parent 27ea24f3c6
commit 55aee357ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,6 +75,8 @@ async function begin() {
fs.writeJSONSync(path.join(rootDir, '..' ,"package.json"), barePackage)
fs.writeFileSync(path.join(rootDir, '..' ,"index.js"), "")
fs.copyFileSync(path.join(__dirname, 'country.json'), path.join(rootDir, 'country.json'))
// Close the browser
// await browser.close()
}