Skip to content

Commit

Permalink
chore: create bugserver entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Rui-Sun committed Dec 24, 2024
1 parent 1d6ff64 commit a33c9b2
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions tools/bugserver-trigger/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// export const a = 'a';
// export const b = 'b';
import * as VStory from '@visactor/vstory';

// global.a = a;
// global.b = b;
// @ts-ignore
window.VTable = VStory;

export default {
VStory
};

0 comments on commit a33c9b2

Please sign in to comment.