fix: lazily import sharp to fix commonjs error
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
CREATE TABLE `document` (
|
||||
`name` text NOT NULL,
|
||||
`last_modified` integer NOT NULL,
|
||||
`contentType` text NOT NULL,
|
||||
`size` integer NOT NULL,
|
||||
`perm` text NOT NULL
|
||||
`name` text NOT NULL,
|
||||
`last_modified` integer NOT NULL,
|
||||
`contentType` text NOT NULL,
|
||||
`size` integer NOT NULL,
|
||||
`perm` text NOT NULL
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user