We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41ddde1 commit 11a36d3Copy full SHA for 11a36d3
1 file changed
packages/deploymentUtils/src/index.ts
@@ -1,4 +1,4 @@
1
-export * from "./specifications/deployApi"
2
-export * from "./specifications/writeSchemas"
3
-export * from "./specifications/deleteProxygenDeployments"
4
-export * from "./config/index"
+export * from "./specifications/deployApi.js"
+export * from "./specifications/writeSchemas.js"
+export * from "./specifications/deleteProxygenDeployments.js"
+export * from "./config/index.js"
0 commit comments