From 4daf3e45ddbd80557b81ece3e2f3ce87646606f7 Mon Sep 17 00:00:00 2001 From: skulidropek <66840575+skulidropek@users.noreply.github.com> Date: Mon, 23 Mar 2026 06:34:05 +0000 Subject: [PATCH] docs(tma-project): document telegram tma runtime link --- README.md | 2 ++ spawndock.config.json | 1 + 2 files changed, 3 insertions(+) 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,