Adds example on using the Local API (both fetching data and modifying data) with Astro (vanilla JS) https://github.com/user-attachments/assets/bf2dee99-2ad7-43f5-b809-1cf626051720 This is achieved through the monorepo: ``` website/ payload/ ```
6 lines
211 B
TypeScript
6 lines
211 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|