Skip to content

Commit

Permalink
Remove extraneous string templating
Browse files Browse the repository at this point in the history
  • Loading branch information
Philzen committed Jan 2, 2025
1 parent 128b143 commit bb88d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/devHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export const handler = async ({
`--watch "${redwoodConfigPath}"`,
'--exec "yarn rw-api-server-watch',
`--port ${apiAvailablePort}`,
`${getApiDebugFlag()}`,
getApiDebugFlag(),
'| rw-log-formatter"',
].join(' '),
env: {
Expand Down

0 comments on commit bb88d0d

Please sign in to comment.