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: docs/docs/overview.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,10 @@ dart_frog dev
50
50
By default port `8080` is used. A custom port can be used via the `--port` option.
51
51
:::
52
52
53
+
:::caution
54
+
Each release of the `dart_frog_cli` supports a specific version range of the `dart_frog` runtime. If the current version of the `dart_frog` runtime is incompatible with the installed `dart_frog_cli` version, an error will be reported and you will need to update your `dart_frog_cli` version or `dart_frog` version accordingly.
55
+
:::
56
+
53
57
### Create a Production Build 📦
54
58
55
59
Create a production build which includes a `DockerFile` so that you can deploy anywhere:
0 commit comments