Skip to content

Commit

Permalink
use static builld rather than dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
skorfmann committed Jan 25, 2024
1 parent adda0b1 commit a78d524
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/react-website/main.w
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ api.get("/test", inflight (req) => {

let website = new ex.ReactApp(
projectPath: "./website",
useBuildCommand: true,
localPort: 3002,
);

Expand Down

0 comments on commit a78d524

Please sign in to comment.