Merge pull request #1038 from paperclipai/paperclip-worktree-dynamics

fix: worktree branding not applied in vite dev mode
This commit is contained in:
Dotta 2026-03-16 08:10:54 -05:00 committed by GitHub
commit 7034ea5b01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -242,7 +242,7 @@ export async function createApp(
const { createServer: createViteServer } = await import("vite");
const vite = await createViteServer({
root: uiRoot,
appType: "spa",
appType: "custom",
server: {
middlewareMode: true,
hmr: {