UNPKG

trigger.dev

Version:

A Command-Line Interface for Trigger.dev (v3) projects

8 lines 272 B
import path from "path"; import { fileURLToPath } from "url"; export function cliRootPath() { const __filename = fileURLToPath(import.meta.url); const __dirname = path.dirname(__filename); return __dirname; } //# sourceMappingURL=resolveInternalFilePath.js.map