"Fossies" - the Fresh Open Source Software Archive 
Member "flutter-3.7.1/dev/docs/firebase.json" (1 Feb 2023, 373 Bytes) of package /linux/misc/flutter-3.7.1.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) JSON source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 {
2 "rules": "firebase_rules.json",
3 "hosting": {
4 "public": "doc",
5 "ignore": [
6 "firebase.json",
7 "**/.*",
8 "**/node_modules/**"
9 ],
10 "headers": [
11 {
12 "source": "snippets/**.dart",
13 "headers": [
14 {
15 "key": "Access-Control-Allow-Origin",
16 "value": "*"
17 }
18 ]
19 }
20 ]
21 }
22 }