Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
fix: use custom appType
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jul 12, 2022
1 parent c5ce81e commit cef55cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite/src/client.ts
Expand Up @@ -48,6 +48,7 @@ export async function buildClient (ctx: ViteBuildContext) {
}),
viteNodePlugin(ctx)
],
appType: 'custom',
server: {
middlewareMode: true
}
Expand Down

0 comments on commit cef55cf

Please sign in to comment.