full sync
This commit is contained in:
10
windows/start_all.bat
Normal file
10
windows/start_all.bat
Normal file
@@ -0,0 +1,10 @@
|
||||
@echo off
|
||||
setlocal
|
||||
|
||||
call "%~dp0start_ammc.bat"
|
||||
call "%~dp0start_backend.bat"
|
||||
|
||||
start "" "http://localhost:8081"
|
||||
|
||||
echo [OK] AMMC + backend started
|
||||
endlocal
|
||||
Reference in New Issue
Block a user