UNPKG

create-n4-app

Version:
7 lines (6 loc) 278 B
import path from "path"; import { fileURLToPath } from "url"; const __filename = fileURLToPath(import.meta.url); const distPath = path.dirname(__filename); export const TEMPLATE_PKG = path.join(distPath, "../../template"); export const ROOT_PKG = path.join(distPath, "../../");