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/technical-details/reference/components/applications.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ The `harperdb dev .` command will automatically watch for file changes within th
24
24
25
25
The `dev` command will **not** restart the main thread; if this is a requirement, switch to using `run` instead and manually start/stop the process to execute the main thread.
26
26
27
-
Stop execution for either of these processes by sending a SIGINT (generally CTRL/CMD+C) signal to the process.
27
+
Stop execution for either of these processes by sending a SIGINT (generally CTRL+C) signal to the process.
Copy file name to clipboardExpand all lines: versioned_docs/version-4.4/developers/components/managing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The `harperdb dev .` command will automatically watch for file changes within th
22
22
23
23
The `dev` command will **not** restart the main thread; if this is a requirement, switch to using `run` instead and manually start/stop the process to execute the main thread.
24
24
25
-
Stop execution for either of these processes by sending a SIGINT (generally CTRL/CMD+C) signal to the process.
25
+
Stop execution for either of these processes by sending a SIGINT (generally CTRL+C) signal to the process.
Copy file name to clipboardExpand all lines: versioned_docs/version-4.5/developers/components/managing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The `harperdb dev .` command will automatically watch for file changes within th
22
22
23
23
The `dev` command will **not** restart the main thread; if this is a requirement, switch to using `run` instead and manually start/stop the process to execute the main thread.
24
24
25
-
Stop execution for either of these processes by sending a SIGINT (generally CTRL/CMD+C) signal to the process.
25
+
Stop execution for either of these processes by sending a SIGINT (generally CTRL+C) signal to the process.
0 commit comments