@@ -0,0 +1,7 @@
@echo off
cd /d "%~dp0"
if not exist node_modules (
call npm ci
if errorlevel 1 exit /b 1
)
call npm run dev -- --open
The note is not visible to the blocked user.