Skip to content

Commit 6af5c01

Browse files
authored
Merge pull request #29 from chytanka/develop
Develop
2 parents 33b53ac + 265d447 commit 6af5c01

File tree

109 files changed

+5377
-4572
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+5377
-4572
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ Chytanka supports opening episodes from the following platforms:
1818
- [x] [Telegra.ph](https://telegra.ph)
1919
- [x] [Yande.re Pool](https://yande.re/pool)
2020
- [x] [Zenko](https://zenko.online)
21+
- [ ] [Bluesky](https://bsky.app)
22+
- [ ] [ImageChest](https://imgchest.com/)
23+
<!-- - [ ] [Catbox](https://catbox.moe/) -->
2124

2225
### 🌐 **Custom JSON API**
2326

angular.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@
4242
"build": {
4343
"builder": "@angular-devkit/build-angular:application",
4444
"options": {
45-
"allowedCommonJsDependencies": ["jszip"],
45+
"allowedCommonJsDependencies": [
46+
"jszip"
47+
],
4648
"outputPath": "dist/chytanka",
4749
"index": "src/index.html",
4850
"browser": "src/main.ts",
@@ -65,11 +67,11 @@
6567
],
6668
"scripts": [],
6769
"server": "src/main.server.ts",
68-
"prerender": true,
6970
"ssr": {
70-
"entry": "server.ts"
71+
"entry": "src/server.ts"
7172
},
72-
"webWorkerTsConfig": "tsconfig.worker.json"
73+
"webWorkerTsConfig": "tsconfig.worker.json",
74+
"outputMode": "server"
7375
},
7476
"configurations": {
7577
"production": {

0 commit comments

Comments
 (0)