NestJS 使用 CommonJS 模块系统,`import sharp from 'sharp'` 编译后 生成 `sharp_1.default` 调用,但 sharp 没有 default export。 改为 `import * as sharp from 'sharp'` 修复。 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| prisma | ||
| src | ||
| .env.example | ||
| DEVELOPMENT_GUIDE.md | ||
| Dockerfile | ||
| nest-cli.json | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||