diff --git a/README.md b/README.md index a2501ed..bb39c2c 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ npx @spawn-dock/create --token [project-dir] ## Scripts - `pnpm run dev` starts Next.js and the SpawnDock tunnel together. + The tunnel startup logs also print the Telegram Mini App deep link when the + bootstrapped `spawndock.config.json` includes it. - `pnpm run dev:next` starts only the local Next.js server. - `pnpm run dev:tunnel` starts only the SpawnDock tunnel client. - `pnpm run agent:session` starts the SpawnDock AI runtime launcher inside the bootstrapped project. diff --git a/spawndock.config.json b/spawndock.config.json index 6893879..2860473 100644 --- a/spawndock.config.json +++ b/spawndock.config.json @@ -5,6 +5,7 @@ "projectName": "TMA Project", "controlPlaneUrl": "", "previewOrigin": "", + "telegramMiniAppUrl": "", "previewPath": "", "previewHost": "", "localPort": 3000,