mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
3 lines
202 B
Batchfile
3 lines
202 B
Batchfile
@echo off
|
|
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\"" |