Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Page- committed Dec 24, 2024
1 parent 86d81ab commit cd2c8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/pine-in-process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ async function runApp(processArgs: PineTestOptions) {
const { default: initConfig } = await import(processArgs.configPath);
console.info(`listenPort: ${processArgs.listenPort}`);
const app = await init(
initConfig.default,
initConfig,
processArgs.listenPort,
processArgs.withLoginRoute,
);
Expand Down

0 comments on commit cd2c8a8

Please sign in to comment.