Skip to content

Commit

Permalink
Update build.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
volatile-static authored Jan 12, 2025
1 parent 5cc14b0 commit abdc9b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
import { exit, argv } from 'process';
import { Build, Serve } from 'zotero-plugin-scaffold';
import loadConfig from './config';
import { OpenAPI } from '@gitee/typescript-sdk-v5';
import * as test from '@gitee/typescript-sdk-v5';

console.warn(OpenAPI);
console.warn(test);
// main().catch(error => {
// console.error(error);
// exit(1);
Expand Down

0 comments on commit abdc9b7

Please sign in to comment.