Skip to content

Commit

Permalink
chore: remove unused export
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Jul 19, 2022
1 parent 2955e15 commit ffd88d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/core/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ function mergeCLIFlags(astroConfig: AstroUserConfig, flags: CLIFlags, cmd: strin
return astroConfig;
}

export interface LoadConfigOptions {
interface LoadConfigOptions {
cwd?: string;
flags?: Flags;
cmd: string;
Expand Down

0 comments on commit ffd88d7

Please sign in to comment.