Skip to content

Commit

Permalink
Daily commit, may not be much, but its honest work.
Browse files Browse the repository at this point in the history
  • Loading branch information
WomB0ComB0 committed Dec 9, 2023
1 parent 4fa073f commit 355a18a
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 0 deletions.
Empty file added .env
Empty file.
11 changes: 11 additions & 0 deletions .vercel/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
> Why do I have a folder named ".vercel" in my project?
The ".vercel" folder is created when you link a directory to a Vercel project.

> What does the "project.json" file contain?
The "project.json" file contains:
- The ID of the Vercel project that you linked ("projectId")
- The ID of the user or team your Vercel project is owned by ("orgId")

> Should I commit the ".vercel" folder?
No, you should not share the ".vercel" folder with anyone.
Upon creation, it will be automatically added to your ".gitignore" file.
1 change: 1 addition & 0 deletions .vercel/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"orgId":"hsrkOqoYvlSDaqRg1927LiZV","projectId":"prj_6VXxPQoONjmYYlJSIi0z46VLeLJj"}
5 changes: 5 additions & 0 deletions frontend/.firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "gdsc-fsc-l"
}
}
12 changes: 12 additions & 0 deletions frontend/firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"hosting": {
"public": "dist",
"ignore": [],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}

0 comments on commit 355a18a

Please sign in to comment.