feat: Convert all app files to JS
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import Crypto from 'crypto';
|
||||
import isEmpty from 'lodash/isEmpty';
|
||||
import defineTrigger from '../../../../helpers/define-trigger';
|
||||
import isEmpty from 'lodash/isEmpty.js';
|
||||
import defineTrigger from '../../../../helpers/define-trigger.js';
|
||||
|
||||
export default defineTrigger({
|
||||
name: 'Catch raw webhook',
|
3
packages/backend/src/apps/webhook/triggers/index.js
Normal file
3
packages/backend/src/apps/webhook/triggers/index.js
Normal file
@@ -0,0 +1,3 @@
|
||||
import catchRawWebhook from './catch-raw-webhook/index.js';
|
||||
|
||||
export default [catchRawWebhook];
|
@@ -1,3 +0,0 @@
|
||||
import catchRawWebhook from './catch-raw-webhook';
|
||||
|
||||
export default [catchRawWebhook];
|
Reference in New Issue
Block a user