Skip to content

Commit 69c2cda

Browse files
committed
[Blog] Add "foal connect react" fixes
1 parent a16608f commit 69c2cda

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/blog/version-4.5-release-notes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ Version 4.5 of [Foal](https://foalts.org/) is out!
1414

1515
<!--truncate-->
1616

17+
## CLI fixes
18+
19+
When running `npx foal connect react` to connect the React application to the Foal application in development, the following features did not work:
20+
- Proxify requests from the client to the server without needing to enable CORS or specify a different port in development.
21+
- Build the client application in the server application's public directory.
22+
23+
This is fixed in v4.5.
24+
1725
## Global use of CLI deprecated
1826

1927
In previous versions, the tutorial suggested installing the CLI globally to create a new application or generate files. However, it is considered bad practice to install a dependency globally for local use.

0 commit comments

Comments
 (0)