1
0
forked from fr/deguapp
This commit is contained in:
2023-06-30 14:16:33 +02:00
parent 943d510718
commit 2ab62770dc
50 changed files with 8561 additions and 0 deletions

View File

@ -0,0 +1,7 @@
import * as shell from 'shelljs'
// Copy all the view templates
shell.cp('-R', 'src/views', 'dist/')
shell.cp('-R', 'src/public', 'dist/')
shell.cp('-R', 'src/models', 'dist/')
shell.cp('-u', 'src/.env', 'dist/')