Skip to content

Commit

Permalink
feat: Export createDevServerMiddleware from `@react-native-communit…
Browse files Browse the repository at this point in the history
…y/cli` (#2605)
  • Loading branch information
robhogan authored Feb 19, 2025
1 parent 45cbbfa commit 73d3e12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import {Command as CommanderCommand} from 'commander';
import path from 'path';
import {detachedCommands, projectCommands} from './commands';

export {createDevServerMiddleware} from '@react-native-community/cli-server-api';

const pkgJson = require('../package.json');

const program = new CommanderCommand()
Expand Down

0 comments on commit 73d3e12

Please sign in to comment.