Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Jun 24, 2022
1 parent b8b7d60 commit 08e529a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/kit/types/ambient.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ declare module '$app/env' {
* `true` in development mode, `false` in production.
*/
export const dev: boolean;

/**
* The Vite.js mode the app is running in. Configure in `config.kit.vite.mode`.
* Vite.js loads the dotenv file associated with the provided mode, `.env.[mode]` or `.env.[mode].local`.
Expand All @@ -74,7 +74,7 @@ declare module '$app/env' {
* `true` when prerendering, `false` otherwise.
*/
export const prerendering: boolean;

/**
* `true` in production mode, `false` in development.
*/
Expand Down

0 comments on commit 08e529a

Please sign in to comment.