chore: move getFileByPath to payload/uploads

This commit is contained in:
Elliot DeNolf
2024-03-19 01:46:28 -04:00
parent 99adfd2bba
commit 7857c80c79
10 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
import path from 'path'
import { type Payload } from 'payload'
import { getFileByPath } from 'payload/utilities'
import { getFileByPath } from 'payload/uploads'
import { fileURLToPath } from 'url'
import { devUser } from '../credentials.js'