Skip to content

Commit

Permalink
remove fb
Browse files Browse the repository at this point in the history
  • Loading branch information
azukaar committed Nov 7, 2023
1 parent 1599c88 commit d4a7699
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ let apps = {
"all": servappsJSON
}

fs.writeFileSync('./servapps.json', JSON.stringify(apps, null, 2))
fs.writeFileSync('./servapps.json', JSON.stringify(servappsJSON, null, 2))
fs.writeFileSync('./servapps_new.json', JSON.stringify(apps, null, 2))

for (const servapp of servappsJSON) {
servapp.compose = `http://localhost:3000/servapps/${servapp.id}/cosmos-compose.json`
Expand Down

0 comments on commit d4a7699

Please sign in to comment.