mirror of
https://github.com/fawazahmed0/exchange-api.git
synced 2025-06-29 18:21:14 +00:00
This commit is contained in:
parent
27ea24f3c6
commit
55aee357ba
@ -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()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user