chore(examples): removes external draft-preview examples (#9545)

In an effort to keep the Examples Directory as easy to navigate as
possible, and to keep the Payload Monorepo only as verbose as it needs
to be, we need to remove all alternatives from the Examples Directory.
This includes setups that interact with Payload from a standalone
server, keeping only the Payload recommended "combined" Next.js +
Payload setups.
This commit is contained in:
Patrik
2024-11-26 16:59:16 -05:00
committed by GitHub
parent 1a8ac74df7
commit f8b7e3eb14
129 changed files with 74 additions and 9594 deletions

5
examples/draft-preview/next-env.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
/// <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.