forked from Emanuele-web04/synara
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathturbo.json
More file actions
58 lines (58 loc) · 1.32 KB
/
Copy pathturbo.json
File metadata and controls
58 lines (58 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"$schema": "https://turbo.build/schema.json",
"globalEnv": [
"PORT",
"VITE_WS_URL",
"VITE_DEV_SERVER_URL",
"ELECTRON_RENDERER_PORT",
"FORKARA_HOME",
"FORKARA_DESKTOP_WS_URL",
"FORKARA_BROWSER_HOST_PIPE_PATH",
"FORKARA_BROWSER_USE_PIPE_PATH",
"FORKARA_BROWSER_PERF",
"FORKARA_PROVIDER_RUNTIME_IDLE_STOP_MS",
"FORKARA_GROK_ACP_DEBUG",
"FORKARA_WEB_SOURCEMAP",
"FORKARA_SERVER_SOURCEMAP",
"FORKARA_DESKTOP_SOURCEMAP",
"FORKARA_MODE",
"FORKARA_PORT",
"FORKARA_NO_BROWSER",
"FORKARA_AUTH_TOKEN",
"FORKARA_PUBLIC_URL",
"FORKARA_ALLOW_INSECURE_REMOTE",
"FORKARA_LOG_WS_EVENTS",
"FORKARA_HOST",
"FORKARA_AUTO_BOOTSTRAP_PROJECT_FROM_CWD"
],
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", "dist-electron/**"]
},
"dev": {
"cache": false,
"persistent": true
},
"typecheck": {
"dependsOn": ["^typecheck"],
"outputs": [],
"cache": false
},
"typecheck:native": {
"dependsOn": ["^typecheck:native"],
"outputs": [],
"cache": false
},
"test": {
"dependsOn": ["^build"],
"cache": false,
"outputs": []
},
"typecheck:legacy": {
"dependsOn": ["^typecheck:legacy"],
"outputs": [],
"cache": false
}
}
}