storybook/lib/core-server/standalone.js

4 lines
81 B
JavaScript
Raw Normal View History

2021-03-05 14:27:29 +08:00
const build = require('./dist/cjs/standalone').default;
2021-03-04 15:41:00 +08:00
module.exports = build;