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: src/content/docs/en/guides/actions.mdx
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,6 @@ Use actions instead of API endpoints for seamless communication between your cli
17
17
- Automatically validate JSON and form data inputs using [Zod validaton](https://zod.dev/?id=primitives).
18
18
- Generate type-safe functions to call your backend from the client and even [from server forms](#call-actions-from-an-html-form-action). No need for manual `fetch()` calls.
19
19
- Standardize backend errors with the `ActionError` object.
20
-
- Get types and autocomplete for your action data in your editor.
21
-
- Check for build errors caused by type errors in the command line with `astro check`.
0 commit comments