This PR aims to resolve some issues with turbo config
disabled the 'daemon' to avoid the 100% CPU usage on some machine
refactored some task dependencies
Plus:
To avoid confusion, I renamed the gen folder of the notifier-seeder to protobuf-model. Usually, the gen/generated folder contains files that are not tracked and autogenerated. In this case, the file is autogenerated; there's no script to regenerate it, and it's tracked in git.
I changed the dynamodb-admin from port 8001 to 8002 to resolve some conflict on my machine
This PR aims to resolve some issues with turbo config
Plus:
gen
folder of thenotifier-seeder
toprotobuf-model
. Usually, thegen/generated
folder contains files that are not tracked and autogenerated. In this case, the file is autogenerated; there's no script to regenerate it, and it's tracked in git.dynamodb-admin
from port 8001 to 8002 to resolve some conflict on my machine