Commit 93d303d
StackMemory Bot (CLI)
fix(mcp): fix server startup crash from type-only re-export
esbuild was stripping TaskPriority/TaskStatus (type-only exports)
from the JS output, but runtime import still expected them as values.
Changed to `export type` and fixed import path to types/task.js.
Also fixed claude_desktop_config.json: wrong dist path and Node v16.1 parent fdacbe2 commit 93d303d
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 45 | + | |
49 | 46 | | |
50 | 47 | | |
51 | 48 | | |
| |||
0 commit comments