feat: add development database

This commit is contained in:
Aleksi Lassila
2025-02-11 19:16:25 +02:00
parent ad2bad9a27
commit b46a65a93c
10 changed files with 53 additions and 32 deletions

View File

@@ -9,7 +9,7 @@
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
"start:dev": "nest start --watch",
"start:dev": "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",
@@ -96,4 +96,4 @@
"plugins/jellyfin.plugin",
"plugins/torrent-stream.plugin"
]
}
}