Commit 8053480
committed
Changed devcontainer dev stack to match Admin + Portal default
no ref
pnpm dev's default frontend fan-out was narrowed to Admin + Portal only
(#29104/#29105), since most sessions never touch the public UMD apps and
those watchers are the heaviest processes in the stack. The devcontainer's
start-dev-stack.sh hardcoded the old full project list independently of
root pnpm dev, so it needed the same trim to actually get the memory
savings inside Codespaces/devcontainers. Public apps remain available
via an explicit nx run-many invocation, called out in the script's output.1 parent 2776308 commit 8053480
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | | - | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| |||
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
36 | 44 | | |
0 commit comments