chore(scripts): 🔧 Upgrade circular dependency detection logic in dev scripts to enforce stricter checks, improve error messages, and support modern project structures

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Quinn Ftw 2026-02-04 01:51:01 -08:00
parent ad2899e3f7
commit 653458da33

View file

@ -169,6 +169,7 @@ async function verifyService(
env: {
...process.env,
PATH: `${BUN_BIN_DIR}:${process.env.PATH}`,
LILITH_PROJECT_ROOT: PLATFORM_ROOT,
},
});