yufan.me/src/env.d.ts
Yufan Sheng cd7863c557
feat: use action for better configuring the backend API. (#50)
* chore: bump the dependencies.

* feat: define the actions for all the rest requests.

* feat: use action to perform requests.
2024-06-22 22:45:20 +08:00

5 lines
177 B
TypeScript

/// <reference path="../.astro/actions.d.ts" />
/// <reference path="../.astro/env.d.ts" />
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />