このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
kj
/
kxip-app
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Firebase Hosting setup
master
kj1352
4年前
親
ec5f1d22fb
コミット
85f5332def
3個のファイルの変更
、
1463行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1442
-0
.firebase/hosting.d3d3.cache
+5
-0
.firebaserc
+16
-0
firebase.json
+ 1442
- 0
.firebase/hosting.d3d3.cache
ファイル差分が大きすぎるため省略します
ファイルの表示
+ 5
- 0
.firebaserc
ファイルの表示
@@ -0,0 +1,5 @@
{
"projects": {
"default": "kxip-21"
}
}
+ 16
- 0
firebase.json
ファイルの表示
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "www",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
書き込み
プレビュー
読み込み中…
キャンセル
保存