Skip to content

Commit

Permalink
Remove extraneous whitespace in dev server's nodemon command
Browse files Browse the repository at this point in the history
  • Loading branch information
Philzen committed Jan 2, 2025
1 parent 70a6bb8 commit 128b143
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/cli/src/commands/devHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,12 @@ export const handler = async ({
name: 'api',
command: [
'yarn nodemon',
' --quiet',
` --watch "${redwoodConfigPath}"`,
' --exec "yarn rw-api-server-watch',
` --port ${apiAvailablePort}`,
` ${getApiDebugFlag()}`,
' | rw-log-formatter"',
'--quiet',
`--watch "${redwoodConfigPath}"`,
'--exec "yarn rw-api-server-watch',
`--port ${apiAvailablePort}`,
`${getApiDebugFlag()}`,
'| rw-log-formatter"',
].join(' '),
env: {
NODE_ENV: 'development',
Expand Down

0 comments on commit 128b143

Please sign in to comment.