From c49f7ed1cff90c2500358be83bc9b132e53dc2d8 Mon Sep 17 00:00:00 2001 From: Andre Blome Date: Fri, 25 Aug 2023 11:14:54 +0200 Subject: [PATCH] h5p: commands fix --- nest-cli.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/nest-cli.json b/nest-cli.json index 11eb4673a4a..520290b2d1f 100644 --- a/nest-cli.json +++ b/nest-cli.json @@ -80,6 +80,15 @@ "compilerOptions": { "tsConfigPath": "apps/server/tsconfig.app.json" } + }, + "h5p-library-management": { + "type": "application", + "root": "apps/server", + "entryFile": "apps/h5p-library-management.app", + "sourceRoot": "apps/server/src", + "compilerOptions": { + "tsConfigPath": "apps/server/tsconfig.app.json" + } } } }