We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
createDevServerMiddleware
@react-native-community/cli
1 parent 45cbbfa commit 73d3e12Copy full SHA for 73d3e12
packages/cli/src/index.ts
@@ -11,6 +11,8 @@ import {Command as CommanderCommand} from 'commander';
11
import path from 'path';
12
import {detachedCommands, projectCommands} from './commands';
13
14
+export {createDevServerMiddleware} from '@react-native-community/cli-server-api';
15
+
16
const pkgJson = require('../package.json');
17
18
const program = new CommanderCommand()
0 commit comments