feat: Gravity Web Phase 1 - CDP remote control dashboard

This commit is contained in:
2026-03-07 18:53:41 +09:00
commit 8020a5b072
13 changed files with 2930 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
@echo off
echo Starting Antigravity with CDP on port 9000...
start "" "C:\Users\Certes\AppData\Local\Programs\Antigravity\Antigravity.exe" --remote-debugging-port=9000
echo Done. Antigravity should be starting.
pause