Skip to content

Commit

Permalink
fix: udpate JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed May 22, 2022
1 parent 70cfa5e commit bcfda16
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/vite/src/node/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,9 @@ export interface UserConfig {
>
}
/**
* This configuration is meant for framework authors, or users using Vite's
* SSR API.
* Whether your application is a Single Page Application (SPA). Set to `false`
* if using Vite's SSR functionality.
* @default true
*/
spa?: boolean
}
Expand Down

0 comments on commit bcfda16

Please sign in to comment.