Skip to content

Commit

Permalink
Merge pull request #25 from chytanka/develop
Browse files Browse the repository at this point in the history
feat: PDF, CBZ, ZIP
  • Loading branch information
rodzyk authored Sep 19, 2024
2 parents dc0be90 + 81fbd26 commit ecbaf13
Show file tree
Hide file tree
Showing 35 changed files with 1,039 additions and 131 deletions.
8 changes: 5 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
"prerender": true,
"ssr": {
"entry": "server.ts"
}
},
"webWorkerTsConfig": "tsconfig.worker.json"
},
"configurations": {
"production": {
Expand Down Expand Up @@ -142,10 +143,11 @@
"styles": [
"src/styles.scss"
],
"scripts": []
"scripts": [],
"webWorkerTsConfig": "tsconfig.worker.json"
}
}
}
}
}
}
}
Loading

0 comments on commit ecbaf13

Please sign in to comment.