1
0
Fork 0
mirror of synced 2024-09-27 23:01:51 +12:00
budibase/packages/backend-core/src/events/index.js

6 lines
76 B
JavaScript
Raw Normal View History

2022-04-05 02:59:00 +12:00
const handlers = require("./handlers")
module.exports = {
...handlers,
}