mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
Fix bad formatting
This commit is contained in:
parent
120aa23413
commit
f4043f1513
@ -6,7 +6,7 @@ import { createViteServer } from './vite-server';
|
||||
|
||||
let server: ViteDevServer;
|
||||
export async function bail(): Promise<void> {
|
||||
return await server?.close();
|
||||
return server?.close();
|
||||
}
|
||||
|
||||
export const start: ViteBuilder['start'] = async ({ options, server: devServer }) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user