Skip to content

Commit

Permalink
Remove semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
yunics-highfield authored Dec 27, 2024
1 parent 43a8135 commit 2ca9ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/env-and-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ To achieve this, you can create an `vite-env.d.ts` in `src` directory, then augm
/// <reference types="vite/client" />

// By adding this line, you can make the type of ImportMetaEnv strict.
declare type ViteStrictImportMetaEnv = true;
declare type ViteStrictImportMetaEnv = true

interface ImportMetaEnv {
readonly VITE_APP_TITLE: string
Expand Down

0 comments on commit 2ca9ac1

Please sign in to comment.