Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
dir.ts 95 B
import path from "path";

export const templatesDir = path.join(__dirname, "..", "templates");