You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`amp` is `true` or `false` depending on the corresponding value in your [project configuration](#configuration)
14
14
-`browser` is `true` or `false` depending on whether the app is running in the browser or on the server
15
15
-`dev` is `true` in development mode, `false` in production
16
-
-`mode` is `development` in development mode or `production` during build, unless otherwise configured in `config.kit.vite.mode`.
16
+
-`mode` is the [Vite mode](https://vitejs.dev/guide/env-and-mode.html#modes), which is `development` in dev mode or `production` during build unless configured otherwise in `config.kit.vite.mode`.
17
17
-`prerendering` is `true` when [prerendering](#ssr-and-javascript-prerender), `false` otherwise
0 commit comments