[ci] format

This commit is contained in:
AirBorne04 2023-04-27 08:13:11 +00:00 committed by fredkbot
parent 081b2402cf
commit 58f7700e87

View file

@ -95,7 +95,7 @@ export default function createIntegration(args?: Options): AstroIntegration {
// A URL for the final build path after renaming
const finalBuildUrl = pathToFileURL(buildPath.replace(/\.mjs$/, '.js'));
await esbuild.build({
await esbuild.build({
target: 'es2020',
platform: 'browser',
entryPoints: [entryPath],