Skip to content

Commit d6bfb72

Browse files
committed
docs: remove directive warning
1 parent cbae01b commit d6bfb72

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

apps/website/docs/guide/01-getting-started/03-setup-commandkit-manually.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,3 @@ If you want to manually start the bot in production mode, you can alternatively
107107
```sh
108108
node dist/index.js
109109
```
110-
111-
:::warning
112-
Directives such as `'use cache'` will **NOT** work when you manually start your bot (e.g. `node dist/index.js`). For directives to work, you must use the CommandKit CLI to run the application in development and production.
113-
:::

0 commit comments

Comments
 (0)