Commit 2703bde
committed
fix(web): unblock Turbopack build of poi-source-registry
Turbopack couldn't resolve the ./types.js specifiers in
poi-source-registry's index, and the package was missing from
apps/web's transpilePackages list despite pointing main at raw .ts
source. Drop the .js extensions and register the package for
transpilation so the production web image builds again.1 parent 7c551e8 commit 2703bde
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments