Commit 899bf93
Move dotenv to local.ts entry point for V8 compatibility
- Create src/local.ts that imports dotenv and re-exports from index
- Remove dotenv import from src/index.ts (Smithery entry point)
- Update src/program.ts to import from local.js for CLI usage
This keeps src/index.ts clean for Smithery's serverless environment
while preserving dotenv functionality for local development.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>1 parent 9099871 commit 899bf93
5 files changed
Lines changed: 3372 additions & 4114 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments