Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
Doc update attempt, following sveltejs#8948
  • Loading branch information
0gust1 authored Feb 8, 2023
1 parent c983428 commit b649746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/kit/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -542,8 +542,8 @@ export interface KitConfig {
*/
version?: {
/**
* The current app version string.
* @default Date.now().toString()
* The current app version string. Make sure it's consistent across multiple evaluations.
* @default Date.now().toString() - injected once at build time
*/
name?: string;
/**
Expand Down

0 comments on commit b649746

Please sign in to comment.