Merge pull request #163 from multica-ai/feat/desktop-device-id

fix(web): add API_URL to turbo.json globalEnv
This commit is contained in:
Naiyuan Qing
2026-02-13 17:16:11 +08:00
committed by GitHub

View File

@@ -1,6 +1,7 @@
{
"$schema": "https://turbo.build/schema.json",
"globalDependencies": ["tsconfig.json", "tsconfig.base.json"],
"globalEnv": ["API_URL"],
"tasks": {
"build": {
"dependsOn": ["^build"],