0
Fork 0
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:
Bjorn Lu 2023-11-22 22:42:13 +08:00 committed by GitHub
parent 19fd19f393
commit 560ff29e74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 },
});