File tree Expand file tree Collapse file tree
Samples/AppKit Sample/Build/WebGL Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "headers" : [
3+ {
4+ "source" : " /Build/:webgl.data.br" ,
5+ "headers" : [
6+ {
7+ "key" : " Content-Encoding" ,
8+ "value" : " br"
9+ },
10+ {
11+ "key" : " Content-Type" ,
12+ "value" : " application/octet-stream"
13+ }
14+ ]
15+ },
16+ {
17+ "source" : " /Build/:webgl.wasm.br" ,
18+ "headers" : [
19+ {
20+ "key" : " Content-Encoding" ,
21+ "value" : " br"
22+ },
23+ {
24+ "key" : " Content-Type" ,
25+ "value" : " application/wasm"
26+ }
27+ ]
28+ },
29+ {
30+ "source" : " /Build/:webgl.js" ,
31+ "headers" : [
32+ {
33+ "key" : " Content-Encoding" ,
34+ "value" : " js"
35+ },
36+ {
37+ "key" : " Content-Type" ,
38+ "value" : " application/javascript"
39+ }
40+ ]
41+ },
42+ {
43+ "source" : " /Build/:webgl.js.br" ,
44+ "headers" : [
45+ {
46+ "key" : " Content-Encoding" ,
47+ "value" : " br"
48+ },
49+ {
50+ "key" : " Content-Type" ,
51+ "value" : " application/javascript"
52+ }
53+ ]
54+ }
55+ ]
56+ }
You can’t perform that action at this time.
0 commit comments