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 d4a7699 commit c4b7edc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
servapps.json
index.json
servapps_test.json
todo.txt
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ let apps = {
}

fs.writeFileSync('./servapps.json', JSON.stringify(servappsJSON, null, 2))
fs.writeFileSync('./servapps_new.json', JSON.stringify(apps, null, 2))
fs.writeFileSync('./index.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 c4b7edc

Please sign in to comment.