Files
jiam 5119ac0ef8
Some checks failed
CI / main (push) Has been cancelled
CI / release-e2e (push) Has been cancelled
Sync latest TrueGrowth updates
2026-07-08 02:03:18 +08:00
..
2026-07-07 09:36:36 +08:00
2026-07-08 02:03:18 +08:00
2026-07-08 02:03:18 +08:00
2026-07-07 09:36:36 +08:00
2026-07-08 02:03:18 +08:00
2026-07-07 09:36:36 +08:00
2026-07-07 09:36:36 +08:00

TrueGrowth Electron Shell

This directory is the V1 desktop shell. The shell loads the React renderer and starts the lightweight Local API Gateway at http://127.0.0.1:48177/local-api.

AIGCPanel is vendored under vendor/aigcpanel and is intentionally treated as the local runtime reference/source. Its Vue renderer is not mounted in TrueGrowth V1.

Run the web renderer first, then start the desktop shell:

NX_DAEMON=false pnpm nx serve web --host 127.0.0.1 --port 7200
pnpm electron:dev