🔨 Refactor(custom): remove cross-env

This commit is contained in:
Kuingsmile
2026-01-17 14:17:38 +08:00
parent 274e65d39a
commit 07c0805813
4 changed files with 5 additions and 22 deletions

View File

@@ -74,9 +74,6 @@ class LifeCycle {
if (isDisableGPU) {
app.disableHardwareAcceleration()
}
if (process.env.NODE_ENV === 'development') {
MemoryMonitor.start(30000)
}
}
#onReady() {