mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Split client into frontend website and server
This commit is contained in:
10
frontend/server/scripts/build-release.bat
Normal file
10
frontend/server/scripts/build-release.bat
Normal file
@@ -0,0 +1,10 @@
|
||||
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 F|xcopy /Y .\app.js ..\..\build\frontend\app.js
|
||||
echo F|xcopy /Y .\client.js ..\..\build\frontend\client.js
|
||||
echo F|xcopy /Y .\package.json ..\..\build\frontend\package.json
|
||||
|
||||
echo F|xcopy /Y /I .\*.vbs ..\..\build\frontend
|
||||
Reference in New Issue
Block a user