mirror of
https://github.com/CompassConnections/Compass.git
synced 2025-12-30 17:38:55 -05:00
13 lines
254 B
JSON
13 lines
254 B
JSON
{
|
|
"headers": [
|
|
{
|
|
"source": "/service-worker.js",
|
|
"headers": [{ "key": "Cache-Control", "value": "no-cache" }]
|
|
},
|
|
{
|
|
"source": "/manifest.json",
|
|
"headers": [{ "key": "Cache-Control", "value": "no-cache" }]
|
|
}
|
|
]
|
|
}
|