Skip to content

Commit 11a36d3

Browse files
Fixed module resolution issues in deploymentUtils package
1 parent 41ddde1 commit 11a36d3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export * from "./specifications/deployApi"
2-
export * from "./specifications/writeSchemas"
3-
export * from "./specifications/deleteProxygenDeployments"
4-
export * from "./config/index"
1+
export * from "./specifications/deployApi.js"
2+
export * from "./specifications/writeSchemas.js"
3+
export * from "./specifications/deleteProxygenDeployments.js"
4+
export * from "./config/index.js"

0 commit comments

Comments
 (0)