import path from 'path' import { fileURLToPath } from 'url' const __filename = fileURLToPath(import.meta.url) const __dirname = path.dirname(__filename) export const templatesPath = path.join(__dirname, '..', 'templates') export const extrasPath = path.join(__dirname, '..', 'extras')