feat(ghost): add new post published trigger (#1403)
This commit is contained in:
3
packages/backend/src/apps/ghost/triggers/index.ts
Normal file
3
packages/backend/src/apps/ghost/triggers/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import newPostPublished from './new-post-published';
|
||||
|
||||
export default [newPostPublished];
|
Reference in New Issue
Block a user