Skip to content

Commit

Permalink
Resume details added
Browse files Browse the repository at this point in the history
  • Loading branch information
mannanj committed Apr 19, 2024
1 parent dd18868 commit bef5fdf
Show file tree
Hide file tree
Showing 8 changed files with 4,408 additions and 419 deletions.
11 changes: 10 additions & 1 deletion .firebaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"projects": {
"default": "mannan-javid"
},
"targets": {
"mannan-javid": {
"hosting": {
"mannan": [
"mannan-javid"
]
}
}
}
}
}
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,8 @@ testem.log
# System files
.DS_Store
Thumbs.db

# Firebase
.firebase
*-debug.log
.runtimeconfig.json
9 changes: 8 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,15 @@
],
"scripts": []
}
},
"deploy": {
"builder": "@angular/fire:deploy",
"options": {
"version": 2,
"browserTarget": "mannan:build:production"
}
}
}
}
}
}
}
37 changes: 22 additions & 15 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
{
"hosting": {
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
"hosting": [
{
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
},
{
"target": "mannan",
"source": ".",
"frameworksBackend": {}
}
]
}
Loading

0 comments on commit bef5fdf

Please sign in to comment.