Commit dc64f29
test: pin turnkey runner cwd to the example dir
The in-process modes (external, detect) create the dev server directly, and
the plugin's server-function filter resolves its relative include glob
against process.cwd() — from the repo root the glob missed every module, so
the client transform never ran and external/sf failed. Spawned modes always
passed explicit cwds; now the in-process ones match.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent d3c7875 commit dc64f29
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
91 | 96 | | |
92 | 97 | | |
93 | 98 | | |
| |||
0 commit comments