chore: tests

This commit is contained in:
James
2024-03-06 21:16:10 -05:00
parent 3e3c462a8a
commit e89e1a57e9
5 changed files with 267 additions and 248 deletions

View File

@ -1,4 +1,9 @@
export const GET = () => {
import config from '@payload-config'
export const GET = async () => {
const { editor } = await config;
console.log(editor)
return Response.json({
hello: 'elliot',
})