Commit 2e48572
fix: move createSessionFsAdapter to value export block
createSessionFsAdapter is a runtime function, not a type. It was
incorrectly placed inside the 'export type { ... }' block which
would erase it during compilation. Move it to the value export
block alongside defineTool, approveAll, etc.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent abf6a32 commit 2e48572
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
71 | | - | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments