Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit 98a35e8

Browse files
committed
chore: spreads init options in dev server
1 parent d4d857d commit 98a35e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/src/server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export const start = async (args?: Partial<InitOptions>) => {
1818
onInit: async () => {
1919
payload.logger.info(`Payload Admin URL: ${payload.getAdminURL()}`)
2020
},
21+
...(args || {}),
2122
})
2223

2324
// Add your own express routes here

0 commit comments

Comments
 (0)