使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
kj
/
kxip-app
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
Firebase Hosting setup
master
kj1352
4 年前
父节点
ec5f1d22fb
当前提交
85f5332def
共有
3 个文件被更改
,包括
1463 次插入
和
0 次删除
合并视图
Diff 选项
显示统计
下载 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"
}
]
}
}
撰写
预览
正在加载...
取消
保存