Updated react and server build scripts to operate with new UI

This commit is contained in:
Davide Passoni
2024-07-25 11:38:36 +02:00
parent 03de0f9175
commit 473f16dda0
26 changed files with 68 additions and 440 deletions

View File

@@ -1,9 +1,6 @@
call .\scripts\copy.bat
npm run tsc
echo D|xcopy /Y /S /E .\bin ..\..\build\frontend\bin
echo D|xcopy /Y /S /E .\public ..\..\build\frontend\public
echo D|xcopy /Y /S /E .\routes ..\..\build\frontend\routes
echo D|xcopy /Y /S /E .\views ..\..\build\frontend\views
echo D|xcopy /Y /S /E .\views ..\..\build\frontend\cert
echo F|xcopy /Y .\app.js ..\..\build\frontend\app.js

View File

@@ -1,2 +0,0 @@
echo F|xcopy /Y ..\website\node_modules\leaflet\dist\leaflet.css .\public\stylesheets\leaflet\leaflet.css
echo F|xcopy /Y ..\website\node_modules\leaflet-gesture-handling\dist\leaflet-gesture-handling.css .\public\stylesheets\leaflet\leaflet-gesture-handling.css

View File

@@ -1,3 +1,2 @@
call .\scripts\copy.bat
call .\scripts\create-mock-dcs.bat
nodemon --watch src\demo\**\*.ts --exec node --inspect -r ts-node\register .\src\demo\www.ts -c %1