chore: missing semis on payload pointer files
This commit is contained in:
4
packages/payload/uploads.d.ts
vendored
4
packages/payload/uploads.d.ts
vendored
@@ -1,2 +1,2 @@
|
||||
export { getFileByPath } from './dist/uploads/getFileByPath.js'
|
||||
//# sourceMappingURL=uploads.d.ts.map
|
||||
export { getFileByPath } from './dist/uploads/getFileByPath.js';
|
||||
//# sourceMappingURL=uploads.d.ts.map
|
||||
@@ -1,3 +1,3 @@
|
||||
export { getFileByPath } from './dist/uploads/getFileByPath.js'
|
||||
export { getFileByPath } from './dist/uploads/getFileByPath.js';
|
||||
|
||||
//# sourceMappingURL=uploads.js.map
|
||||
//# sourceMappingURL=uploads.js.map
|
||||
Reference in New Issue
Block a user