refactor(utils): ♻️ Update internal network address resolution to use 'forge.black.lan' instead of '.local' in consumer update logic

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
autocommit 2026-06-10 21:07:24 -07:00
parent 941df6b82f
commit 67809f99b7

View file

@ -110,9 +110,9 @@ async function updatePythonConsumer(
'--upgrade',
'--quiet',
'--index-url',
'http://forge.black.local/api/packages/lilith/pypi/simple/',
'http://forge.black.lan/api/packages/lilith/pypi/simple/',
'--trusted-host',
'forge.black.local',
'forge.black.lan',
packageName,
], {
cwd: consumer.path,
@ -124,7 +124,7 @@ async function updatePythonConsumer(
'--upgrade',
'--quiet',
'--trusted-host',
'forge.black.local',
'forge.black.lan',
packageName,
], {
cwd: consumer.path,