From 6640b1cdfd97a3337125226a40148e9f5b0f539d Mon Sep 17 00:00:00 2001 From: Alessio Gravili Date: Thu, 20 Mar 2025 03:49:50 -0600 Subject: [PATCH] docs: mention correct --disable-transpile flag (#11788) Change the incorrect mention of --disable-transpilation to --disable-transpile --- docs/local-api/outside-nextjs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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