Commit ee32099
fix: address PR review feedback - add type: module, fix .vercelignore, remove unused .npmrc
- Add "type": "module" to package.json for ESM compatibility (Vercel handler is ESM)
- Fix .vercelignore to not exclude build dependencies (server/, scripts/bundle-api.mjs)
- Remove app-specific .npmrc (not honored when install runs from monorepo root)
These changes address feedback from @copilot-pull-request-reviewer:
1. ESM files require "type": "module" in package.json (matches apps/studio pattern)
2. Build script needs access to server/ and scripts/ during Vercel build
3. .npmrc node-linker=hoisted is unnecessary with Turso remote mode (no native modules)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent 6c106d1 commit ee32099
3 files changed
+2
-12
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 12 | | |
21 | 13 | | |
22 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments