feat(miniapp): add telegram-authenticated shell

This commit is contained in:
2026-03-08 22:30:59 +04:00
parent fd0680c8ef
commit f8478b717b
20 changed files with 1205 additions and 12 deletions

View File

@@ -140,7 +140,8 @@ module "mini_app_service" {
labels = local.common_labels
env = {
NODE_ENV = var.environment
NODE_ENV = var.environment
BOT_API_URL = module.bot_api_service.uri
}
depends_on = [google_project_service.enabled]