docs: mention correct --disable-transpile flag (#11788)
Change the incorrect mention of --disable-transpilation to --disable-transpile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user