refactor: Movie, Series, Episode pages, data fetching

This commit is contained in:
Aleksi Lassila
2025-02-14 04:29:55 +02:00
parent 6bd0fb5e1f
commit 3d723a7bb8
17 changed files with 98 additions and 1557 deletions

View File

@@ -9,7 +9,7 @@
"build": "npm run build -w packages/reiverr-plugin && nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
"start:dev": "set NODE_ENV=development&& nest start --watch",
"start:dev": "export NODE_ENV=development || set NODE_ENV=development&& nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "npm run typeorm:run-migrations && node dist/src/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
@@ -99,4 +99,4 @@
"packages/jellyfin.plugin",
"packages/torrent-stream.plugin"
]
}
}