1
0
mirror of https://gitcode.com/github-mirrors/react-native-update-cli.git synced 2025-09-18 18:30:39 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Refactor project configuration and dependencies

- Move IS_CRESC logic to constants module
- Update package.json with new type definitions
- Simplify global variable usage
- Update bun.lock with latest package versions
- Improve type safety and configuration management
This commit is contained in:
sunnylqm
2025-02-19 22:53:24 +08:00
parent 04b5d12daa
commit 4e51f291ca
7 changed files with 71 additions and 35 deletions

View File

@@ -1,7 +1,6 @@
declare global {
var NO_INTERACTIVE: boolean;
var USE_ACC_OSS: boolean;
var IS_CRESC: boolean;
}
export interface Session {