From fbb42af10d5d9343a4d2613153d73d66edc69995 Mon Sep 17 00:00:00 2001 From: liruifengv Date: Fri, 10 May 2024 15:30:51 +0800 Subject: [PATCH] Update astro.ts (#10997) --- packages/astro/src/@types/astro.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index c745287e9e..a21426470a 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -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: