Merge remote-tracking branch 'public-gh/master' into paperclip-company-import-export
* public-gh/master: fix: use appType "custom" for Vite dev server so worktree branding is applied
This commit is contained in:
commit
068441b01b
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,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: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue