diff --git a/packages/playground/devEnv/build.ts b/packages/playground/devEnv/build.ts index da2a9c3..ad5038f 100644 --- a/packages/playground/devEnv/build.ts +++ b/packages/playground/devEnv/build.ts @@ -83,8 +83,6 @@ export async function start(options: { Object.values(group).map((module) => module.outDir), ) - // Render home page contents - // Render home page contents const homeHtml = (() => { const sheet = new ServerStyleSheet()