mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 04:01:48 +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;
|
let server: ViteDevServer;
|
||||||
export async function bail(): Promise<void> {
|
export async function bail(): Promise<void> {
|
||||||
return await server?.close();
|
return server?.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
export const start: ViteBuilder['start'] = async ({ options, server: devServer }) => {
|
export const start: ViteBuilder['start'] = async ({ options, server: devServer }) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user