#!/usr/bin/env node

/**
 * Bud file for bin debug.
 * Executing this file renders scripts to debug apps.
 *
 * Generated by {{generator}} on {{today}},
 * from a template provided by {{ pkg.name }}.
 *
 * @see https://github.com/coz-repo/coz
 */

'use strict'

const apemanBudBin = require('apeman-bud-bin')

module.exports = apemanBudBin.debug({
  /** Apemanfile configuration */
  configuration: require('../../Apemanfile.js'),
  /** Working directory path. */
  cwd: '../../'
})

{{{read _render}}}
