You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
299 B
8 lines
299 B
@echo off
|
|
REM One-click start (default: local = mysql docker + host pnpm)
|
|
REM Avoids Docker Hub pull of node images (often blocked).
|
|
REM Full compose: start-system.cmd -Mode compose
|
|
cd /d "%~dp0.."
|
|
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0start-system.ps1" %*
|
|
if errorlevel 1 pause
|