このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
kj
/
sripuram-pwa
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Updated the firebase project and deployment details
main
kj1352
1年前
親
87a20a84ec
コミット
e4aa258b4e
3個のファイルの変更
、
1437行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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"
}
]
}
}
書き込み
プレビュー
読み込み中…
キャンセル
保存