We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503f90d commit 37e5984Copy full SHA for 37e5984
README.md
@@ -94,6 +94,7 @@ Get started for free and purchase when you're ready to launch!
94
95
// Use `AppEnvironment.demo` to run with in-memory data (no API needed).
96
// Use `AppEnvironment.development` to connect to a local backend API.
97
+ // Use `AppEnvironment.production` to connect to a live backend API.
98
const appEnvironment = AppEnvironment.demo;
99
```
100
0 commit comments