chore: update import and tsconfig

This commit is contained in:
arraysid
2025-05-17 05:42:47 +07:00
parent 9df5bf8bbf
commit 7411fd2a13
18 changed files with 38 additions and 54 deletions
@@ -1,5 +1,6 @@
/* THIS FILE WAS GENERATED AUTOMATICALLY BY PAYLOAD. */
/* DO NOT MODIFY IT BECAUSE IT COULD BE REWRITTEN AT ANY TIME. */
import config from '@/payload.config';
import '@payloadcms/next/css';
import {
REST_DELETE,
@@ -9,7 +10,6 @@ import {
REST_POST,
REST_PUT,
} from '@payloadcms/next/routes';
import config from '../../../../payload.config';
export const GET = REST_GET(config);
export const POST = REST_POST(config);