mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-23 00:22:19 +01:00
parent
743ff779e5
commit
ecba16cf50
@ -122,7 +122,7 @@ unleash.start(unleashOptions);
|
||||
If you're using Unleash as part of a larger express app, you can disable the automatic server start by calling `server.create`. It takes the same options as `server.start`, but will not begin listening for connections.
|
||||
|
||||
```js
|
||||
const unleash = require('express');
|
||||
const express = require('express');
|
||||
const unleash = require('unleash-server');
|
||||
const app = express();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user