Skip to content

Commit 168ea2b

Browse files
authored
Update documentation/docs/05-modules.md
1 parent dfb1fcd commit 168ea2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/05-modules.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { amp, browser, dev, mode, prerendering } from '$app/env';
1313
- `amp` is `true` or `false` depending on the corresponding value in your [project configuration](#configuration)
1414
- `browser` is `true` or `false` depending on whether the app is running in the browser or on the server
1515
- `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`.
1717
- `prerendering` is `true` when [prerendering](#ssr-and-javascript-prerender), `false` otherwise
1818

1919
### $app/navigation

0 commit comments

Comments
 (0)