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:
parent
0b8b6f98a2
commit
fbb42af10d
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue