Skip to content

Commit 286eece

Browse files
fix: pnpm fixed
1 parent 67e8db7 commit 286eece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create-db/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ async function createDatabase(name, region, userAgent, silent = false) {
618618
});
619619
}
620620

621-
async function main() {
621+
export async function main() {
622622
try {
623623
const rawArgs = process.argv.slice(2);
624624

0 commit comments

Comments
 (0)