first commit

This commit is contained in:
Булат Хайруллин 2024-10-24 18:08:11 +03:00
commit b3a642dffb
1189 changed files with 329233 additions and 0 deletions

4
sync-frontend.ps1 Normal file
View file

@ -0,0 +1,4 @@
$DestDir = 'C:\work\ervu-dashboard-frontend\'
$SourceDir = (Get-Location)
robocopy $SourceDir $DestDir /S /mir /XF .npmrc sync-frontend.ps1 sync-backend.ps1 .gitignore .studioignore Dockerfile.pgs2 .gitlab-ci.yml config.md project.md system-requirements.md /XD $SourceDir\config .git target .studio $SourceDir\frontend\build $SourceDir\frontend\build_dev $SourceDir\frontend\dist $SourceDir\frontend\node_modules