0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00

Update astro.ts (#10997)

This commit is contained in:
liruifengv 2024-05-10 15:30:51 +08:00 committed by GitHub
parent 0b8b6f98a2
commit fbb42af10d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1727,7 +1727,7 @@ export interface AstroUserConfig {
* @name experimental.actions
* @type {boolean}
* @default `false`
* @version 4.7.0
* @version 4.8.0
* @description
*
* Actions help you write type-safe backend functions you can call from anywhere. Enable server rendering [using the `output` property](https://docs.astro.build/en/basics/rendering-modes/#on-demand-rendered) and add the `actions` flag to the `experimental` object: