Commit 2ee2282
sai-praveen-os
fix(connectivity_check): use explicit index.js imports for ES modules
ES modules don't support directory imports. Must explicitly specify
index.js when importing from @racker/janus-core subdirectories.
Fixes: Directory import '/var/task/node_modules/@racker/janus-core/lib/stats'
is not supported resolving ES modules
JIRA: PLATEXP-111061 parent fc15f92 commit 2ee2282
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
33 | 38 | | |
34 | 39 | | |
35 | 40 | | |
| |||
0 commit comments