Skip to content

Commit

Permalink
Update packages/astro/src/core/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-lefebvre authored Jul 11, 2024
1 parent ae5cda6 commit 986c4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ export const build = (inlineConfig: AstroInlineConfig) => _build(inlineConfig);
* @experimental The JavaScript API is experimental
*/
// Wrap `syncInlineConfig` to prevent exposing internal options
export const sync = async (inlineConfig: AstroInlineConfig) => syncInlineConfig({ inlineConfig });
export const sync = (inlineConfig: AstroInlineConfig) => syncInlineConfig({ inlineConfig });

0 comments on commit 986c4d4

Please sign in to comment.