2024-01-11 09:55:48 +01:00

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\""