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
commit 052c7ac040
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"],