Skip to content

Commit

Permalink
Merge pull request #190 from VisActor/chore/bugserver-ci
Browse files Browse the repository at this point in the history
chore: create bugserver entry
  • Loading branch information
neuqzxy authored Dec 24, 2024
2 parents 1d6ff64 + 88cd8ca commit 00fe014
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.VStory = VStory;

export default {
VStory
};

0 comments on commit 00fe014

Please sign in to comment.