Skip to content

Commit 81fbd26

Browse files
committed
feat: PDF, CBZ, ZIP
1 parent 00c8027 commit 81fbd26

35 files changed

+1039
-131
lines changed

angular.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
"prerender": true,
6767
"ssr": {
6868
"entry": "server.ts"
69-
}
69+
},
70+
"webWorkerTsConfig": "tsconfig.worker.json"
7071
},
7172
"configurations": {
7273
"production": {
@@ -142,10 +143,11 @@
142143
"styles": [
143144
"src/styles.scss"
144145
],
145-
"scripts": []
146+
"scripts": [],
147+
"webWorkerTsConfig": "tsconfig.worker.json"
146148
}
147149
}
148150
}
149151
}
150152
}
151-
}
153+
}

0 commit comments

Comments
 (0)