Feat(modules-sdk): Run hooks on application start (#6111)

**What**
- run `onApplicationStart` hook when starting modules
This commit is contained in:
Philip Korsholm
2024-01-17 10:46:44 +00:00
committed by GitHub
parent 571b64cd16
commit 2b9f98895e
3 changed files with 32 additions and 7 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/modules-sdk": patch
---
feat(modules-sdk): run hooks on application start