feat: Convert all app files to JS
This commit is contained in:
5
packages/backend/src/apps/wordpress/triggers/index.js
Normal file
5
packages/backend/src/apps/wordpress/triggers/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import newComment from './new-comment/index.js';
|
||||
import newPage from './new-page/index.js';
|
||||
import newPost from './new-post/index.js';
|
||||
|
||||
export default [newComment, newPage, newPost];
|
Reference in New Issue
Block a user