Skip to content

Commit f8d524a

Browse files
committed
Update rollup config
1 parent dd867e2 commit f8d524a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/agent-starter/rollup.config.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ const external = [
1414
"@xmtp/node-bindings",
1515
"cross-fetch",
1616
"node-fetch",
17-
"path",
18-
"crypto",
17+
"node:path",
18+
"node:crypto",
1919
"viem",
2020
"dotenv",
2121
"viem/accounts",
22-
"fs/promises",
23-
"fs",
22+
"node:fs/promises",
23+
"node:fs",
2424
"viem/chains",
2525
"dotenv/config",
2626
];

0 commit comments

Comments
 (0)