add migrations (package, config, migrations), add exceptions filter for kodi, start VideoFiles module

This commit is contained in:
Jurgis Sakalauskas
2023-01-03 10:58:33 +02:00
parent 2fb78b61c4
commit 9cf70326af
27 changed files with 295 additions and 69 deletions
+9
View File
@@ -8,6 +8,15 @@ A rewrite attempt from "vanilla" node.js into framework based (Nest.js).
No licence
## Migrations
```bash
# create migration
$ npm run typeorm:create-migration -name=CreateFilesTable
# run migration
$ npm run typeorm:run-migrations
```
## Below are left from nest readme
## Installation