Skip to content

Commit

Permalink
fix: site root always exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Dec 14, 2023
1 parent 361d09f commit 2fc53b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import StateConfig from '../utils/state-config.js'
type $TSFixMe = any;

export type NetlifySite = {
root?: string
root: string
configPath?: string
siteId?: string
get id(): string | undefined
Expand Down

0 comments on commit 2fc53b4

Please sign in to comment.