]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/ngsw-config.json
Increase test timeout
[github/Chocobozzz/PeerTube.git] / client / src / ngsw-config.json
CommitLineData
7193ad10
C
1{
2 "index": "/index.html",
3 "assetGroups": [
4 {
5 "name": "app",
6 "installMode": "prefetch",
7 "resources": {
8 "files": [
9 "/index.html",
dfdd158a 10 "/client/assets/images/icons/favicon.png",
11 "/client/*.css",
12 "/client/*.js",
2f5d2ec5 13 "/manifest.webmanifest"
7193ad10
C
14 ]
15 }
16 },
17 {
18 "name": "assets",
19 "installMode": "lazy",
20 "updateMode": "prefetch",
21 "resources": {
22 "files": [
23 "/client/assets/**"
24 ]
25 }
26 }
27 ]
28}