Skip to content

Commit

Permalink
feat(init): initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Prayag2003 committed Sep 11, 2024
0 parents commit e0ae688
Show file tree
Hide file tree
Showing 4 changed files with 1,297 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
node_modules
*.env
/.env
/*.env
/build-server/.env
/build-server/node_modules
Binary file added assets/HLD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions build-server/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "build-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.645.0",
"dotenv": "^16.4.5",
"mime-types": "^2.1.35"
},
"devDependencies": {
"@types/mime-types": "^2.1.4"
}
}
Loading

0 comments on commit e0ae688

Please sign in to comment.