mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
7 lines
236 B
Batchfile
7 lines
236 B
Batchfile
@echo off
|
|
cd scripts
|
|
call ./copy.bat
|
|
cd ..
|
|
|
|
set /p "config=Enter DCS Saved Games folder location: "
|
|
concurrently --kill-others "npm run watch" "nodemon --ignore ./public/databases/ ./bin/www -- --config \"%config%\Config\Olympus.json\"" |