Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatiusmb committed Sep 13, 2021
1 parent 9ab01b5 commit 15f6149
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/adapter-node/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ export default function ({
}
};

const build_options = esbuild_config ? await esbuild_config(defaultOptions) : defaultOptions;
const build_options = esbuild_config
? await esbuild_config(default_options)
: default_options;
await esbuild.build(build_options);

utils.log.minor('Building SvelteKit reference server');
Expand Down

0 comments on commit 15f6149

Please sign in to comment.