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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Set the following environment variables, via `.env` or your shell:
14
14
-`FRONTEND_ORIGIN` will be used as an allowed [origin](https://developer.mozilla.org/en-US/docs/Glossary/Origin) for the purpose of [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CORS). Must be a valid URL.
15
15
16
16
Start the database with `docker compose --profile dev (up -d/down)`.
17
-
Run the migrations via sqlx-cli with `sqlx run migrate` or by other means.
17
+
Run the migrations via sqlx-cli with `sqlx migrate run` or by other means.
0 commit comments