diff --git a/docs/local-api/outside-nextjs.mdx b/docs/local-api/outside-nextjs.mdx index 4b2758c19..76e394ded 100644 --- a/docs/local-api/outside-nextjs.mdx +++ b/docs/local-api/outside-nextjs.mdx @@ -76,7 +76,7 @@ Note: Install @swc-node/register in your project first. While swc mode is faster #### Option 2: use an alternative runtime like bun -While we do not guarantee support for alternative runtimes, you are free to use them and disable payloads own transpilation by appending the `--disable-transpilation` flag to the `payload` command: +While we do not guarantee support for alternative runtimes, you are free to use them and disable payloads own transpilation by appending the `--disable-transpile` flag to the `payload` command: ```sh bunx --bun payload run src/seed.ts --disable-transpile