This website works better with JavaScript.
首頁
探索
說明
登入
kj
/
sripuram-pwa
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Updated the firebase project and deployment details
main
kj1352
1 年之前
父節點
87a20a84ec
當前提交
e4aa258b4e
共有
3 個文件被更改
,包括
1437 次插入
和
0 次删除
分割檢視
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
文件差異過大導致無法顯示
查看文件
+ 5
- 0
.firebaserc
查看文件
@@ -0,0 +1,5 @@
{
"projects": {
"default": "sripuram-webtrigon-2023"
}
}
+ 16
- 0
firebase.json
查看文件
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "www",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
Write
Preview
Loading…
取消
儲存