Skip to content

Commit f2c2ca2

Browse files
committed
🤖 Update LLMs files [skip ci]
1 parent bd4debb commit f2c2ca2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎docusaurus/static/llms-full.txt‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7625,6 +7625,10 @@ If you already created a content structure with the Content-Type Builder and add
76257625
Another possible workflow is to first create the content structure locally, push your project to a git-based repository, deploy the changes to production, and only then add content to the production instance.
76267626
:::
76277627

7628+
:::caution
7629+
For self-hosted Kubernetes deployments, we recommend using **npm** rather than **pnpm**. `pnpm` aggressive hoisting of dependencies can break native modules, such as `mysql2`— that your application may rely on. `npm` flatter, more predictable `node_modules` layout helps ensure native packages load correctly.
7630+
:::
7631+
76287632
## General guidelines
76297633

76307634
### Hardware and software requirements

0 commit comments

Comments
 (0)