'use strict';

const path = require('node:path');

module.exports = path.join(__dirname, 'cli.js');
