refactor: refactor subscriptions

This commit is contained in:
2025-06-03 02:21:49 +08:00
parent 5645645c5f
commit a3fd03d32a
30 changed files with 2612 additions and 2034 deletions

View File

@@ -3,7 +3,10 @@
"version": "0.0.0",
"description": "Kono bangumi?",
"license": "MIT",
"workspaces": ["packages/*", "apps/*"],
"workspaces": [
"packages/*",
"apps/*"
],
"repository": {
"type": "git",
"url": "https://github.com/dumtruck/konobangu.git"
@@ -22,9 +25,9 @@
"@auto-it/all-contributors": "^11.3.0",
"@auto-it/first-time-contributor": "^11.3.0",
"@biomejs/biome": "1.9.4",
"@types/node": "^22.15.16",
"@types/node": "^22.15.29",
"tsx": "^4.19.4",
"typescript": "^5.8.3",
"ultracite": "^4.2.4"
"ultracite": "^4.2.8"
}
}