UNPKG

@defer/redwood

Version:
4 lines (3 loc) 134 B
import functionCmd from "./function/index.js"; import cronCmd from "./cron/index.js"; export const commands = [cronCmd, functionCmd];