Skip to content

Commit e9c13da

Browse files
authored
add turbopack warning (#222)
1 parent ad3d846 commit e9c13da

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • packages/docs-site/src/content/docs/docs/integrations

packages/docs-site/src/content/docs/docs/integrations/nextjs.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ import { Tabs, TabItem } from '@astrojs/starlight/components'
88
import TabbedCode from '@/components/TabbedCode.astro';
99
import BugReportLink from '@/components/BugReportLink.astro';
1010

11+
:::caution[Turbopack not supported]
12+
This integration is currently not compatible with Turbopack. You will need to remove the `--turbopack` flag from your `next dev` command when using `dmno run`. We're working on a solution for this, and will update this page when it's ready.
13+
:::
14+
1115
If you have an existing Next.js app, you're probably already familiar with how environment variables work in Next. Check their docs [here](https://nextjs.org/docs/app/building-your-application/configuring/environment-variables) if you need a refresher.
1216

1317
Now forget all of that, and let's simplify things with DMNO. 🥳

0 commit comments

Comments
 (0)