UNPKG

@adocasts.com/jumpstart

Version:

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

8 lines (7 loc) 270 B
import { dirname } from 'node:path'; import { fileURLToPath } from 'node:url'; /** * Path to the root directory where the stubs are stored. We use * this path within commands and the configure hook */ export const stubsRoot = dirname(fileURLToPath(import.meta.url));