mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Updated react and server build scripts to operate with new UI
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user