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







                                


                                                    
                                 














                               
{
  "$schema": "../node_modules/@angular/service-worker/config/schema.json",
  "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/**"
        ]
      }
    }
  ]
}