mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
Fix esbuild warning for local dev (#9160)
This commit is contained in:
parent
19fd19f393
commit
560ff29e74
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ export async function scan(
|
|||
message: AstroErrorData.InvalidPrerenderExport.message(
|
||||
prefix,
|
||||
suffix,
|
||||
settings?.config.output === 'hybrid' ?? false
|
||||
settings?.config.output === 'hybrid'
|
||||
),
|
||||
location: { file: id },
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue