Skip to content

Commit

Permalink
Set vite appType to "custom"
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS authored and joshwooding committed Jul 21, 2022
1 parent baf4d7d commit ab8ccdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/builder-vite/vite-server.ts
Expand Up @@ -14,6 +14,7 @@ export async function createViteServer(options: ExtendedOptions, devServer: Serv
...baseConfig,
server: {
middlewareMode: true,
appType: 'custom',
hmr: {
port,
server: devServer,
Expand Down

0 comments on commit ab8ccdc

Please sign in to comment.