docs: mention correct --disable-transpile flag (#11788)

Change the incorrect mention of --disable-transpilation to
--disable-transpile
This commit is contained in:
Alessio Gravili
2025-03-20 03:49:50 -06:00
committed by GitHub
parent 7bc75e244f
commit 6640b1cdfd

View File

@@ -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