mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
7 lines
117 B
Batchfile
7 lines
117 B
Batchfile
@echo off
|
|
REM Running npm run dev in both directories
|
|
cd ..
|
|
cd interface
|
|
START cmd /k "npm run dev"
|
|
cd ..
|
|
npm run dev |