Fix build blockers and rewrite README with authorized-use warning.
Restore server/agent compile fixes, wire remote actions end-to-end, harden run.bat, and document AetherForge with a severity-ranked audit in PROBLEMS.md.
This commit is contained in:
5
run.bat
5
run.bat
@@ -158,7 +158,10 @@ if not exist "node_modules" (
|
||||
echo Building frontend with Vite...
|
||||
call npm run build
|
||||
if errorlevel 1 (
|
||||
echo WARNING: Frontend build failed, server will run without dashboard.
|
||||
echo ERROR: Frontend build failed
|
||||
cd ..\..
|
||||
pause
|
||||
exit /b 1
|
||||
) else (
|
||||
echo Frontend built successfully: server\web\dist
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user