You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**[apps/mobile](./apps/mobile)** - PostHog mobile app (React Native / Expo)
13
13
-**[packages/agent](./packages/agent)** - The TypeScript agent framework
14
14
@@ -90,16 +90,19 @@ array-monorepo/
90
90
└── package.json # Root package.json
91
91
```
92
92
93
-
## Workspace Configuration (array.json)
93
+
## Workspace Configuration (twig.json)
94
94
95
-
Array supports per-repository configuration through an `array.json` file. This lets you define scripts that run automatically when workspaces are created or destroyed.
95
+
Twig supports per-repository configuration through a `twig.json` file (or legacy `array.json`). This lets you define scripts that run automatically when workspaces are created or destroyed.
96
96
97
97
### File Locations
98
98
99
-
Array searches for configuration in this order:
99
+
Twig searches for configuration in this order (first match wins):
Array automatically sets environment variables in all workspace terminals and scripts. These are available in `init`, `start`, and `destroy` scripts, as well as any terminal sessions opened within a workspace.
159
+
Twig automatically sets environment variables in all workspace terminals and scripts. These are available in `init`, `start`, and `destroy` scripts, as well as any terminal sessions opened within a workspace.
0 commit comments