Skip to content

Commit 3a754fb

Browse files
committed
Add 'os' module import in bundle.ts for enhanced functionality
1 parent 672c0e0 commit 3a754fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bundle.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import { tempDir } from './utils/constants';
1414
import { depVersions } from './utils/dep-versions';
1515
import { t } from './utils/i18n';
1616
import { versionCommands } from './versions';
17+
import os from 'os';
1718

1819
async function runReactNativeBundleCommand({
1920
bundleName,

0 commit comments

Comments
 (0)