Skip to content

Commit b44856e

Browse files
Natalie ArellanoAidanDelaney
andauthored
Update content/docs/for-buildpack-authors/how-to/write-buildpacks/specify-launch-processes.md
Co-authored-by: Aidan Delaney <[email protected]> Signed-off-by: Natalie Arellano <[email protected]>
1 parent fdb94f3 commit b44856e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/for-buildpack-authors/how-to/write-buildpacks/specify-launch-processes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ default = true
2424
2525
# our debug process
2626
[[processes]]
27-
type = "worker"
27+
type = "debug"
2828
command = ["node", "--inspect", "app.js"]
2929
EOL
3030

0 commit comments

Comments
 (0)