### What? Migrates the `live-preview` example to payload `3.0`. `Updates`: - `live-preview/payload` now has a next app directly along side payload. - Removes `live-preview/next-app` & `live-preview/next-pages` example front-ends and only uses new recommended approach (i.e admin panel & front-end on the same port - `3000`)
6 lines
228 B
TypeScript
6 lines
228 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
|