1 Star 0 Fork 0

ly-code/flutter

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
firebase.json 373 Bytes
一键复制 编辑 原始数据 按行查看 历史
Andrew Brogdon 提交于 2019-09-06 07:08 +08:00 . Updates CORS origin for snippets. (#39780)
{
"rules": "firebase_rules.json",
"hosting": {
"public": "doc",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"headers": [
{
"source": "snippets/**.dart",
"headers": [
{
"key": "Access-Control-Allow-Origin",
"value": "*"
}
]
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ly-code/flutter.git
git@gitee.com:ly-code/flutter.git
ly-code
flutter
flutter
master

搜索帮助