Skip to content

Commit c009b34

Browse files
committed
docs(flue): configure standalone project as ESM
1 parent acd418b commit c009b34

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • website/src/content/docs/integrations

website/src/content/docs/integrations/flue.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Flue owns the agent runtime and session lifecycle. Rivet maps each agent instanc
3535
```sh
3636
mkdir my-agent && cd my-agent
3737
npm init -y
38+
npm pkg set type=module
3839

3940
# Install the Flue packages
4041
npm add "@flue/runtime@npm:@rivet-dev/labs-flue-runtime@1.0.0-beta.9-rivet.2"

0 commit comments

Comments
 (0)