This website works better with JavaScript.
Home
Explore
Help
Sign In
kj
/
sripuram-pwa
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Updated the firebase project and deployment details
main
kj1352
1 year ago
parent
87a20a84ec
commit
e4aa258b4e
3 changed files
with
1437 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1416
-0
.firebase/hosting.d3d3.cache
+5
-0
.firebaserc
+16
-0
firebase.json
+ 1416
- 0
.firebase/hosting.d3d3.cache
File diff suppressed because it is too large
View File
+ 5
- 0
.firebaserc
View File
@@ -0,0 +1,5 @@
{
"projects": {
"default": "sripuram-webtrigon-2023"
}
}
+ 16
- 0
firebase.json
View File
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "www",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
Write
Preview
Loading…
Cancel
Save