feat(backend): avatar migration stuff
This commit is contained in:
parent
bcdb2f9540
commit
77e74dd331
15 changed files with 2094 additions and 0 deletions
10
migration-tools/avatar-migrator/package.json
Normal file
10
migration-tools/avatar-migrator/package.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"axios": "^1.8.4",
|
||||
"dotenv": "^16.5.0",
|
||||
"minio": "^8.0.5",
|
||||
"postgres": "^3.4.5",
|
||||
"tslog": "^4.9.3"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue