Skip to content

Commit

Permalink
fix virtual entrypoint extension
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Apr 2, 2024
1 parent 675b67b commit f61220a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/virtual-entrypoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export function renderEntrypoint(
Object.assign(params, {
autoRun: true,
appBoot: '',
mainModule: './app.js',
mainModule: './app',
appConfig: {},
});
}
Expand Down

0 comments on commit f61220a

Please sign in to comment.