Bugfix/Circular Dependency of updateStorageUsage and checkStorage in utils (#4717)

fix circular dependency of updateStorageUsage and checkStorage in utils
This commit is contained in:
Henry Heng
2025-06-24 17:24:45 +01:00
committed by GitHub
parent 4038eb13fc
commit 397ba63d60
5 changed files with 19 additions and 7 deletions
+3
View File
@@ -28,6 +28,9 @@
"start:default": "cd bin && ./run start",
"start-worker:windows": "cd bin && run worker",
"start-worker:default": "cd bin && ./run worker",
"user": "run-script-os",
"user:windows": "cd bin && run user",
"user:default": "cd bin && ./run user",
"dev": "nodemon",
"oclif-dev": "run-script-os",
"oclif-dev:windows": "cd bin && dev start",