Skip to content

Commit

Permalink
chore: typo, not type
Browse files Browse the repository at this point in the history
Co-authored-by: Shinigami <chrissi92@hotmail.de>
  • Loading branch information
patak-dev and Shinigami92 committed Jun 3, 2022
1 parent cbe8b49 commit 50e0923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export interface ConfigEnv {
/**
* spa: include SPA fallback middleware and configure sirv with `single: true` in preview
* mpa: only include non-SPA HTML middlewares
* custom: don't include HTML midlewares
* custom: don't include HTML middlewares
*/
export type AppType = 'spa' | 'mpa' | 'custom'

Expand Down

0 comments on commit 50e0923

Please sign in to comment.