Skip to content

Commit 7348c4c

Browse files
committed
fix: Update import path for cjs example
1 parent a622e3e commit 7348c4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/node/import.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import XAPI from "../../dist/XAPI.cjs";
1+
import XAPI from "../../dist/XAPI.cjs.js";
22
import dotenv from "dotenv";
33

44
dotenv.config();

0 commit comments

Comments
 (0)