Skip to content

Commit 73d3e12

Browse files
authored
feat: Export createDevServerMiddleware from @react-native-community/cli (#2605)
1 parent 45cbbfa commit 73d3e12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/cli/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ import {Command as CommanderCommand} from 'commander';
1111
import path from 'path';
1212
import {detachedCommands, projectCommands} from './commands';
1313

14+
export {createDevServerMiddleware} from '@react-native-community/cli-server-api';
15+
1416
const pkgJson = require('../package.json');
1517

1618
const program = new CommanderCommand()

0 commit comments

Comments
 (0)