1
0
mirror of https://gitcode.com/github-mirrors/react-native-update-cli.git synced 2025-11-22 16:26:10 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Update version to 2.4.1 in package.json and streamline file and keyword declarations; import fetch in http-helper.ts for enhanced HTTP functionality.

This commit is contained in:
sunnylqm
2025-11-19 13:41:41 +08:00
parent 818907f811
commit ebd6d36b30
2 changed files with 5 additions and 17 deletions

View File

@@ -1,4 +1,5 @@
import { defaultEndpoints } from './constants';
import fetch from 'node-fetch';
// const baseUrl = `http://localhost:9000`;
// let baseUrl = SERVER.main[0];