mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 22:21:27 +08:00
Merge branch 'future/SB-444' into future/tsup-renderers-1
This commit is contained in:
commit
c9dd06a6e0
@ -1,6 +1,8 @@
|
||||
import { logger } from '@storybook/node-logger';
|
||||
// @ts-ignore
|
||||
import betterOpn from 'better-opn'; // betterOpn alias used because also loading open
|
||||
import open from 'open';
|
||||
// @ts-ignore
|
||||
import getDefaultBrowser from 'x-default-browser';
|
||||
import dedent from 'ts-dedent';
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
// @ts-ignore
|
||||
import Watchpack from 'watchpack';
|
||||
import slash from 'slash';
|
||||
import fs from 'fs';
|
||||
|
Loading…
x
Reference in New Issue
Block a user