Commit da69140
fix: Add missing AWS configuration properties to env object
Fixed TypeScript build errors by properly adding AWS_REGION,
AWS_ACCESS_KEY_ID, and AWS_SECRET_ACCESS_KEY properties to
the env configuration object. These properties were being
referenced in embed.ts but were missing from cfg.ts.
Changes:
- Removed incorrect aws_model property with 3-argument str() call
- Added AWS_REGION, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY
as individual properties with proper default values
Fixes TypeScript errors:
- cfg.ts(53,9): Expected 2 arguments, but got 3
- embed.ts: Property 'AWS_*' does not exist errors
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent fa3dcfc commit da69140
1 file changed
+3
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
56 | 53 | | |
57 | 54 | | |
58 | 55 | | |
| |||
0 commit comments