Skip to content

Commit de50475

Browse files
committed
merge remote changes
1 parent 19a3fa9 commit de50475

File tree

1 file changed

+0
-8
lines changed
  • docs/platforms/javascript/common/install

1 file changed

+0
-8
lines changed

docs/platforms/javascript/common/install/index.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ notSupported:
2828
- javascript.cloudflare
2929
- javascript.react-router
3030
- javascript.tanstackstart-react
31-
- javascript.nestjs
3231
---
3332

3433
<PageGrid />
@@ -42,13 +41,6 @@ CommonJS uses `require()` to load modules. Our recommended installation method w
4241

4342
Note that even if your application is written in ESM (using `import`), it may still be _run_ in CJS. In this case, you should follow the [CommonJS instructions](./commonjs).
4443

45-
<PlatformSection supported={["javascript.nestjs"]}>
46-
### My application uses the default Nest.js setup
47-
48-
Nest.js transpiles to CJS by default, so you should follow the [CommonJS installation instructions](./commonjs). Keep reading if you have a more customized application or build setup.
49-
50-
</PlatformSection>
51-
5244
### My application is in TypeScript
5345

5446
If you're using TypeScript, your application is likely compiled to CommonJS before running it. In this case, you should follow the [CommonJS instructions](./commonjs).

0 commit comments

Comments
 (0)