Skip to content

Commit

Permalink
feat: add script to sync ipfs node cids
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilson Lau committed Nov 30, 2023
1 parent ef7c488 commit 68aa163
Show file tree
Hide file tree
Showing 5 changed files with 45,144 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@
"lint": "yarn pretty && eslint --max-warnings 0 ./src/",
"docker-start-development": "docker-compose --profile=development up",
"docker-start-production": "docker-compose --profile=production up",
"docker-start-production-no-dns": "docker-compose --profile=production-no-dns up"
"docker-start-production-no-dns": "docker-compose --profile=production-no-dns up",
"transfer-cid": "yarn build && node --experimental-modules --es-module-specifier-resolution=node dist/scripts/transfer-cid.js"
},
"dependencies": {
"@hapi/boom": "^10.0.0",
"@koa/cors": "^4.0.0",
"amala": "^8.0.2",
"axios": "1.6.2",
"dotenv": "^16.0.3",
"envalid": "^7.3.1",
"file-type": "^18.5.0",
Expand Down
Loading

0 comments on commit 68aa163

Please sign in to comment.