Skip to content

Commit 5cc14b0

Browse files
authoredJan 12, 2025
Update build.ts
1 parent 728b4b6 commit 5cc14b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tools/build.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { exit, argv } from 'process';
33
import { Build, Serve } from 'zotero-plugin-scaffold';
44
import loadConfig from './config';
5-
import { OpenAPI } from '@gitee/typescript-sdk-v5/src/core/OpenAPI';
5+
import { OpenAPI } from '@gitee/typescript-sdk-v5';
66

77
console.warn(OpenAPI);
88
// main().catch(error => {

0 commit comments

Comments
 (0)
Failed to load comments.