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
+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 @@ Start your server with the following command:
24
24
NODE_OPTIONS='--require "wirebird-client/inject"' WIREBIRD=ui <command to start server>
25
25
```
26
26
27
-
, where `<command to start server>` is a command which you used to start your server: `npm start`, `next start`, `gatsby develop`, `node ./index.js`, 'ts-node ./index.ts', etc
27
+
, where `<command to start server>` is a command which you used to start your server: `npm start`, `next start`, `gatsby develop`, `node ./index.js`, `ts-node ./index.ts`, etc
28
28
29
29
It will patch the original Node.js `http` module so that all outgoing requests would be intercepted and sent to the globally installed Wirebird.
0 commit comments