Initial commit
This commit is contained in:
commit
7878e653a0
253 changed files with 24552 additions and 0 deletions
6
scripts/copy-env.js
Normal file
6
scripts/copy-env.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
const execSync = require('child_process').execSync;
|
||||
|
||||
const fileName = process.argv[process.argv.length - 1];
|
||||
|
||||
execSync(`cp ${ fileName }.example ${ fileName }`);
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue