mirror of
https://github.com/sakaljurgis/kodi-api-server.git
synced 2026-07-08 20:37:41 +00:00
add migrations (package, config, migrations), add exceptions filter for kodi, start VideoFiles module
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user