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: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -413,7 +413,8 @@ require("copilot").setup {
413
413
414
414
`type` can be either `"nodejs"` or `"binary"`. The binary version will be downloaded if used.
415
415
416
-
`custom_server_filepath` is used to specify the path of either the path (filename included) of the `js` file if using `"nodejs"` or the path to the binary if using `"binary"`.
416
+
`custom_server_filepath` is used to specify the server path (filename included) of either the `js` file if using `"nodejs"` or to the binary if using `"binary"`.
417
+
The filename on its own can also be set if accessible through your PATH.
417
418
When using `"binary"`, the download process will be disabled and the binary will be used directly.
0 commit comments