You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/commands/dev.md
+6
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@ netlify dev
19
19
20
20
-`command` (*string*) - command to run
21
21
-`dir` (*string*) - dir with static files
22
+
-`edgeInspect` (*string*) - enable the V8 Inspector Protocol for Edge Functions, with an optional address in the host:port format
23
+
-`edgeInspectBrk` (*string*) - enable the V8 Inspector Protocol for Edge Functions and pause execution on the first line of code, with an optional address in the host:port format
22
24
-`framework` (*string*) - framework to use. Defaults to #auto which automatically detects a framework
23
25
-`functions` (*string*) - specify a functions folder to serve
24
26
-`functionsPort` (*string*) - port of functions server
@@ -43,6 +45,10 @@ netlify dev
43
45
netlify dev -d public
44
46
netlify dev -c "hugo server -w" --targetPort 1313
45
47
netlify dev --graph
48
+
netlify dev --edgeInspect
49
+
netlify dev --edgeInspect=127.0.0.1:9229
50
+
netlify dev --edgeInspectBrk
51
+
netlify dev --edgeInspectBrk=127.0.0.1:9229
46
52
BROWSER=none netlify dev # disable browser auto opening
0 commit comments