mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Use new config internally in Metro
Summary: Change the internals of Metro to use the new configuration instead of `ServerOptions`. Reviewed By: rafeca Differential Revision: D8734685 fbshipit-source-id: 1215f799419fcaa0e5fb7814683da1cbba96795c
This commit is contained in:
committed by
Facebook Github Bot
parent
a32620dc3b
commit
aaf797ad67
@@ -60,8 +60,7 @@ async function runServer(args: Args, config: ConfigT) {
|
||||
config.server.enhanceMiddleware = middleware =>
|
||||
middlewareManager.getConnectInstance().use(middleware);
|
||||
|
||||
const serverInstance = await Metro.runServer({
|
||||
config,
|
||||
const serverInstance = await Metro.runServer(config, {
|
||||
host: args.host,
|
||||
secure: args.https,
|
||||
secureCert: args.cert,
|
||||
|
||||
Reference in New Issue
Block a user