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:
@@ -34,8 +34,8 @@ if "%errorlevel%" == "9009" (
|
||||
echo node.js is already installed, continuing installation!
|
||||
)
|
||||
|
||||
echo Installing node modules for client application...
|
||||
cd .\client
|
||||
echo Installing node modules for frontend application...
|
||||
cd .\frontend
|
||||
call npm install --omit=dev
|
||||
cd..
|
||||
|
||||
|
||||
Reference in New Issue
Block a user