UNPKG

@sp-packages/copyrc

Version:

A lightweight CLI tool to automate copying template files during project setup or runtime.

13 lines (12 loc) 293 B
export const DEFAULT_CONFIG = { files: [ { source: './templates/.env.template', destination: './public_html/.env' }, { source: './templates/.env.template', destination: './public_html/.env.example' } ] };