Skip to content

Commit

Permalink
h5p: commands fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ssmid committed Aug 25, 2023
1 parent 86892dc commit c49f7ed
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions nest-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
}

0 comments on commit c49f7ed

Please sign in to comment.