You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ That's where Replexica comes in: it's a build system plugin (+ AI engine in the
17
17
## API
18
18
19
19
> [!NOTE]
20
-
> This guide is for Next.js App Router apps only. Support for other setups is coming soon (ETA April 2024).
20
+
> This guide is for Next.js App Router apps only. Support for other setups is coming soon (ETA April 2024).<https://github.com/replexica/replexica/issues/25>
> This guide is for Next.js App Router apps only. Guides for other setups are coming soon (ETA April 2024).
181
+
> This guide is for Next.js App Router apps only. Guides for other setups are coming soon (ETA April 2024).<https://github.com/replexica/replexica/issues/25>
182
182
183
183
If you plan on having `'use client'` components *at least somewhere* in your app (you probably do), you'll need to also wrap your entire component tree in `<ReplexicaProvider />`:
184
184
@@ -233,7 +233,7 @@ pnpm run start
233
233
> `pnpm replexica i18n` must be run after every build, to fetch the latest translations from the Replexica platform. It must be run in CI/CD pipelines as well, right after the `build` step.
234
234
235
235
> [!NOTE]
236
-
> We know that running `pnpm replexica i18n` after every build and running the build twice can be a bit cumbersome. We're working on a solution to make this process more streamlined (ETA April 2024 🙏)!
236
+
> We know that running `pnpm replexica i18n` after every build and running the build twice can be a bit cumbersome. We're working on a solution to make this process more streamlined (ETA April 2024 🙏)!<https://github.com/replexica/replexica/issues/26>
0 commit comments