We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a338483 commit f25ab85Copy full SHA for f25ab85
platform/src/components/aws/redis.ts
@@ -424,9 +424,7 @@ export class Redis extends Component implements Link.Linkable {
424
SST_DEV_COMMAND_MESSAGE: interpolate`Make sure your local Redis server is using:
425
426
username: "${dev.username}"
427
- password: ${
428
- dev.password ? `"${dev.password}"` : "\x1b[38;5;8m[no password]\x1b[0m"
429
- }
+ password: "${dev.password ?? "\x1b[38;5;8m[no password]\x1b[0m"}"
430
431
Listening on "${dev.host}:${dev.port}"...`,
432
},
0 commit comments