UNPKG

@adocasts.com/jumpstart

Version:

Jumpstart your next AdonisJS 6 web project with authentication, forgot password, and more features out-of-the-box.

4 lines (3 loc) 138 B
import { promisify } from 'node:util'; import child_process from 'node:child_process'; export const exec = promisify(child_process.exec);