aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/ngsw-config.json
blob: d68db79d019e515e416b53c0661dbf301d29c2b8 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                


                                                    
                                 














                               
{
  "index": "/index.html",
  "assetGroups": [
    {
      "name": "app",
      "installMode": "prefetch",
      "resources": {
        "files": [
          "/index.html",
          "/client/assets/images/icons/favicon.png",
          "/client/*.css",
          "/client/*.js",
          "/manifest.webmanifest"
        ]
      }
    },
    {
      "name": "assets",
      "installMode": "lazy",
      "updateMode": "prefetch",
      "resources": {
        "files": [
          "/client/assets/**"
        ]
      }
    }
  ]
}