Hi all!
I was wondering if I am the only one who has several issues with the CLI of Forge.
Namely:
- > 30% CPU (1 core) usage when idle
- Takes sometimes more than 20 seconds to lint/bundle and be ready (even for small typo-like changes)
- The “hack” to deploy license check does not work
My projects uses only UIKit (3) has several handlers and 1 daily cron.
Node version: 20.18.1
Forge/cli: 10.13.1
For 1)
- my machine is a Ryzen 7 5700 running linux
For 2), I have the impression that the “watcher” gets lost at some point and runs in circle several times, especially when I have multiple modified files. I don’t use eslint to reformat on save, I use biome which is faster.
Is Forge missing some sort of implementation of a grace period before triggering the rebuild job?
Is there a way to reduce the linting processing to only check for things that might break the build?
For 3), I’m referring to test license documentation that I have never been able to see work. (env variable or argument)
Thanks in advance for your feedback