Backend: code formatted

This commit is contained in:
2024-05-12 21:25:52 +02:00
parent fa25015472
commit bf791db47f
26 changed files with 574 additions and 469 deletions

View File

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