feat(ghost): add new post published trigger (#1403)

This commit is contained in:
Rıdvan Akca
2023-11-07 14:55:35 +03:00
committed by GitHub
parent f0e8f070a8
commit 2afcfbb4bc
6 changed files with 77 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
import newPostPublished from './new-post-published';
export default [newPostPublished];