Skip to content

Commit ce100e2

Browse files
committed
Fix formatting
1 parent c10c78c commit ce100e2

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

packages/solidstart/src/config/wrapServerEntryWithDynamicImport.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,13 @@ export type WrapServerEntryPluginOptions = {
2929
* @param config.debug Whether debug logs are enabled in the build time environment
3030
*/
3131
export function wrapServerEntryWithDynamicImport(config: WrapServerEntryPluginOptions): InputPluginOption {
32-
const { serverConfigFileName, serverEntrypointFileName, resolvedServerConfigPath, entrypointWrappedFunctions, debug } =
33-
config;
32+
const {
33+
serverConfigFileName,
34+
serverEntrypointFileName,
35+
resolvedServerConfigPath,
36+
entrypointWrappedFunctions,
37+
debug,
38+
} = config;
3439

3540
// In order to correctly import the server config file
3641
// and dynamically import the nitro runtime, we need to

0 commit comments

Comments
 (0)