|
|
@ -17,7 +17,7 @@ const warn = console.warn; |
|
|
|
const good = console.log; |
|
|
|
const good = console.log; |
|
|
|
const error = console.error; |
|
|
|
const error = console.error; |
|
|
|
|
|
|
|
|
|
|
|
const dirs = ["./debug/email","./debug/errors","./secrets"]; |
|
|
|
const dirs = ["./debug/emails","./debug/errors","./secrets"]; |
|
|
|
|
|
|
|
|
|
|
|
const copy_templates = (templates, force) => { |
|
|
|
const copy_templates = (templates, force) => { |
|
|
|
good("Copying templates to your project. You can commit these to git."); |
|
|
|
good("Copying templates to your project. You can commit these to git."); |
|
|
|