fix(@projects): 🐛 update local network domains to lan

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Natalie 2026-06-10 03:15:37 -07:00
parent 75218870a5
commit 4707afa155
6 changed files with 35 additions and 35 deletions

View file

@ -45,7 +45,7 @@ export default defineConfig({
server: {
port: 5850,
host: true,
allowedHosts: ['ai.quinn.apricot.local'],
allowedHosts: ['ai.quinn.apricot.lan'],
proxy: {
'/api': {
target: 'http://localhost:3850',

View file

@ -8,7 +8,7 @@ Managed by Caddy in the lilith-platform Caddyfile:
@projects/@lilith/lilith-platform.live/infrastructure/Caddyfile.local
```
Domain: `ai.quinn.apricot.local` — routes API paths (`/health`, `/voice/*`, `/chat`, `/session/*`, `/api/*`) to companion-api on :3850, everything else to Vite dev server on :5850.
Domain: `ai.quinn.apricot.lan` — routes API paths (`/health`, `/voice/*`, `/chat`, `/session/*`, `/api/*`) to companion-api on :3850, everything else to Vite dev server on :5850.
Reload after changes:

View file

@ -31,8 +31,8 @@ redis:
# Remote services (network — addresses configured via service-registry)
external:
ai_core: 3790 # @ai ai-core (localhost or network)
model_boss: 8210 # @model-boss (apricot.local)
speech_synthesis: 41222 # @audio speech-synthesis (apricot.local)
model_boss: 8210 # @model-boss (apricot.lan)
speech_synthesis: 41222 # @audio speech-synthesis (apricot.lan)
# Runtime configuration (dev)
runtime:

View file

@ -49,6 +49,6 @@
"build": true
},
"publishConfig": {
"registry": "http://forge.black.local/api/packages/lilith/npm/"
"registry": "http://forge.black.lan/api/packages/lilith/npm/"
}
}

View file

@ -10,18 +10,18 @@
# Or via the run script:
# ./run e2e:docker
# LAN registry hosts (forge.black.local, npm.black.local → 10.0.0.11)
# LAN registry hosts (forge.black.lan, npm.black.lan → 10.0.0.11)
x-lan-hosts: &lan-hosts
extra_hosts:
- "forge.black.local:10.0.0.11"
- "npm.black.local:10.0.0.11"
- "forge.black.lan:10.0.0.11"
- "npm.black.lan:10.0.0.11"
x-lan-build: &lan-build
args:
- BUILDKIT_SANDBOX_HOSTNAME=builder
extra_hosts:
- "forge.black.local:10.0.0.11"
- "npm.black.local:10.0.0.11"
- "forge.black.lan:10.0.0.11"
- "npm.black.lan:10.0.0.11"
services:
e2e-postgres:

50
pnpm-lock.yaml generated
View file

@ -1339,7 +1339,7 @@ packages:
resolution: {integrity: sha512-dXn3FZhPv0US+7dtJsIi2R+c7qWYiReoEh5zUntWCf4oSpMNib8FDhSoed6m3QyZdx5hK7iLFkYk3rNxwt8vTA==}
'@lilith/admin-shell@1.0.3-dev.2':
resolution: {integrity: sha512-fb1MPHqY6eqi98X0/NJNW1NrXWflPIDuOuXY8Hgg4bykK4RBOYqRLz8dhPCRvqB9gO6mBmYN6hEle2fcIqfHhg==, tarball: http://forge.black.local/api/packages/lilith/npm/%40lilith%2Fadmin-shell/-/1.0.3-dev.2/admin-shell-1.0.3-dev.2.tgz}
resolution: {integrity: sha512-fb1MPHqY6eqi98X0/NJNW1NrXWflPIDuOuXY8Hgg4bykK4RBOYqRLz8dhPCRvqB9gO6mBmYN6hEle2fcIqfHhg==, tarball: http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Fadmin-shell/-/1.0.3-dev.2/admin-shell-1.0.3-dev.2.tgz}
peerDependencies:
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
@ -1347,14 +1347,14 @@ packages:
styled-components: ^6.0.0
'@lilith/chart-math@1.0.1':
resolution: {integrity: sha512-bxw27DfDmxPP4euqCrOkNiLKrsVIs1uzNxlXIyOBzTkCVo+CG2FZvu35HccanzeapTPFOmoazzpfhuEnREScYA==, tarball: http://forge.black.local/api/packages/lilith/npm/%40lilith%2Fchart-math/-/1.0.1/chart-math-1.0.1.tgz}
resolution: {integrity: sha512-bxw27DfDmxPP4euqCrOkNiLKrsVIs1uzNxlXIyOBzTkCVo+CG2FZvu35HccanzeapTPFOmoazzpfhuEnREScYA==, tarball: http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Fchart-math/-/1.0.1/chart-math-1.0.1.tgz}
peerDependencies:
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
styled-components: ^6.0.0
'@lilith/configs@2.4.1':
resolution: {integrity: sha512-kor5yIydez1teS60P7Pyqf4Zoh9lsikp76/Q868NFabuyxzgzC12b4eC6XKT+XSIUasnehbAPMj8QwFqkIDA5Q==, tarball: http://forge.black.local/api/packages/lilith/npm/%40lilith%2Fconfigs/-/2.4.1/configs-2.4.1.tgz}
resolution: {integrity: sha512-kor5yIydez1teS60P7Pyqf4Zoh9lsikp76/Q868NFabuyxzgzC12b4eC6XKT+XSIUasnehbAPMj8QwFqkIDA5Q==, tarball: http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Fconfigs/-/2.4.1/configs-2.4.1.tgz}
peerDependencies:
'@eslint/js': '>=9.0.0'
'@lilith/dev-console': '*'
@ -1395,15 +1395,15 @@ packages:
optional: true
'@lilith/eslint-plugin-file-length@1.1.2':
resolution: {integrity: sha512-ABa5RDDAS7kIlvQDiHhqKeZYkKONrKXOBoSa6OgkZMT9rDyffqZCYGJoXf2c3Emvr43v/lhKhr5fhYV+AbTsQQ==, tarball: http://forge.black.local/api/packages/lilith/npm/%40lilith%2Feslint-plugin-file-length/-/1.1.2/eslint-plugin-file-length-1.1.2.tgz}
resolution: {integrity: sha512-ABa5RDDAS7kIlvQDiHhqKeZYkKONrKXOBoSa6OgkZMT9rDyffqZCYGJoXf2c3Emvr43v/lhKhr5fhYV+AbTsQQ==, tarball: http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Feslint-plugin-file-length/-/1.1.2/eslint-plugin-file-length-1.1.2.tgz}
peerDependencies:
eslint: '>=8.0.0'
'@lilith/format@1.0.0':
resolution: {integrity: sha512-IQSZARV8wmyTFjzRYnrNDg0wxYLA7wykxLuvgO4smRN8pyjKPubnNwEzxH70CG/TCz/20yvMUO6vOmx3e1geug==, tarball: http://forge.black.local/api/packages/lilith/npm/%40lilith%2Fformat/-/1.0.0/format-1.0.0.tgz}
resolution: {integrity: sha512-IQSZARV8wmyTFjzRYnrNDg0wxYLA7wykxLuvgO4smRN8pyjKPubnNwEzxH70CG/TCz/20yvMUO6vOmx3e1geug==, tarball: http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Fformat/-/1.0.0/format-1.0.0.tgz}
'@lilith/nestjs-health@1.1.2':
resolution: {integrity: sha512-MoqMsWI0ggm99HvNxXtVvv1JSwX2XOjvLsnwDDnQ97prfBI277zoHQOtWYJUlaDnCaj4ynRQD8caLC8juKQQMA==, tarball: http://forge.black.local/api/packages/lilith/npm/%40lilith%2Fnestjs-health/-/1.1.2/nestjs-health-1.1.2.tgz}
resolution: {integrity: sha512-MoqMsWI0ggm99HvNxXtVvv1JSwX2XOjvLsnwDDnQ97prfBI277zoHQOtWYJUlaDnCaj4ynRQD8caLC8juKQQMA==, tarball: http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Fnestjs-health/-/1.1.2/nestjs-health-1.1.2.tgz}
peerDependencies:
'@nestjs/common': ^10.0.0 || ^11.0.0
'@nestjs/core': ^10.0.0 || ^11.0.0
@ -1413,17 +1413,17 @@ packages:
optional: true
'@lilith/playwright-e2e-docker@2.0.3':
resolution: {integrity: sha512-RUCsLQkOVj7HAvqLqI0BYJrKZ40s4PApXr72gpTDYDGDa5iHel9Uukvn4QDdXZvlqaU4ciaOkFFW43fMjLBPOg==, tarball: http://forge.black.local/api/packages/lilith/npm/%40lilith%2Fplaywright-e2e-docker/-/2.0.3/playwright-e2e-docker-2.0.3.tgz}
resolution: {integrity: sha512-RUCsLQkOVj7HAvqLqI0BYJrKZ40s4PApXr72gpTDYDGDa5iHel9Uukvn4QDdXZvlqaU4ciaOkFFW43fMjLBPOg==, tarball: http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Fplaywright-e2e-docker/-/2.0.3/playwright-e2e-docker-2.0.3.tgz}
peerDependencies:
'@playwright/test': '>=1.50.0'
'@lilith/rollup-plugin-pnpm-resolve@1.0.0':
resolution: {integrity: sha512-VaYfH1AIWxw9gM9uZPUaVhzn/ZxMECj/Ar6M8gykWk5Ukavs1yGQu467Siea1UJ87wJ4OOYr6OgAmV1z9gnWvQ==, tarball: http://forge.black.local/api/packages/lilith/npm/%40lilith%2Frollup-plugin-pnpm-resolve/-/1.0.0/rollup-plugin-pnpm-resolve-1.0.0.tgz}
resolution: {integrity: sha512-VaYfH1AIWxw9gM9uZPUaVhzn/ZxMECj/Ar6M8gykWk5Ukavs1yGQu467Siea1UJ87wJ4OOYr6OgAmV1z9gnWvQ==, tarball: http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Frollup-plugin-pnpm-resolve/-/1.0.0/rollup-plugin-pnpm-resolve-1.0.0.tgz}
peerDependencies:
rollup: '>=3.0.0'
'@lilith/service-nestjs-bootstrap@2.2.8':
resolution: {integrity: sha512-DGqvSeSE3K3yGvibAa99PP2XOLZlDkKTC1e7m4PDF+bzJwxO5ewKFB8KgyVfiwdAhAUUjy+gtzGY844UTTwqOA==, tarball: http://forge.black.local/api/packages/lilith/npm/%40lilith%2Fservice-nestjs-bootstrap/-/2.2.8/service-nestjs-bootstrap-2.2.8.tgz}
resolution: {integrity: sha512-DGqvSeSE3K3yGvibAa99PP2XOLZlDkKTC1e7m4PDF+bzJwxO5ewKFB8KgyVfiwdAhAUUjy+gtzGY844UTTwqOA==, tarball: http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Fservice-nestjs-bootstrap/-/2.2.8/service-nestjs-bootstrap-2.2.8.tgz}
peerDependencies:
'@nestjs/common': ^10.0.0 || ^11.0.0
'@nestjs/core': ^10.0.0 || ^11.0.0
@ -1431,16 +1431,16 @@ packages:
'@nestjs/swagger': ^7.0.0 || ^8.0.0 || ^11.0.0
'@lilith/service-orchestrator@1.2.14':
resolution: {integrity: sha512-W5qvB+cLp70K2DrBf7rZAdy62kJdJ/DJcW+i3JpehserYew16heOdoxFSq78qsEUuT+WWoqEXdEjExAIzB2Fgg==, tarball: http://forge.black.local/api/packages/lilith/npm/%40lilith%2Fservice-orchestrator/-/1.2.14/service-orchestrator-1.2.14.tgz}
resolution: {integrity: sha512-W5qvB+cLp70K2DrBf7rZAdy62kJdJ/DJcW+i3JpehserYew16heOdoxFSq78qsEUuT+WWoqEXdEjExAIzB2Fgg==, tarball: http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Fservice-orchestrator/-/1.2.14/service-orchestrator-1.2.14.tgz}
'@lilith/service-registry@1.4.0':
resolution: {integrity: sha512-Ji/0mroN0eWId94YZjp09hfXVWXQtI7nTRXtRbGCi38xaKowXEtGWuvK7oCVy9YalEkZkxSzlU8y0zj3yfWVnA==, tarball: http://forge.black.local/api/packages/lilith/npm/%40lilith%2Fservice-registry/-/1.4.0/service-registry-1.4.0.tgz}
resolution: {integrity: sha512-Ji/0mroN0eWId94YZjp09hfXVWXQtI7nTRXtRbGCi38xaKowXEtGWuvK7oCVy9YalEkZkxSzlU8y0zj3yfWVnA==, tarball: http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Fservice-registry/-/1.4.0/service-registry-1.4.0.tgz}
'@lilith/tts-pipeline@0.1.0':
resolution: {integrity: sha512-tdFTE3f16pKJ7CvNlUEZen/TJTohxiAhTNiJgtzcOCL5OUohrPrFqjU9RK7KTA620ICVkpP8d/5o0o56S7YWMg==, tarball: http://forge.black.local/api/packages/lilith/npm/%40lilith%2Ftts-pipeline/-/0.1.0/tts-pipeline-0.1.0.tgz}
resolution: {integrity: sha512-tdFTE3f16pKJ7CvNlUEZen/TJTohxiAhTNiJgtzcOCL5OUohrPrFqjU9RK7KTA620ICVkpP8d/5o0o56S7YWMg==, tarball: http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Ftts-pipeline/-/0.1.0/tts-pipeline-0.1.0.tgz}
'@lilith/typeorm-config@1.0.41':
resolution: {integrity: sha512-+DrQyXbPQkcnAmfBvhftT63HbW3jyDouhYfEacoVN6CZOugSMq3HrwZksLgbJaTfJDX+5Wjmn4TTgSpl8n/0xQ==, tarball: http://forge.black.local/api/packages/lilith/npm/%40lilith%2Ftypeorm-config/-/1.0.41/typeorm-config-1.0.41.tgz}
resolution: {integrity: sha512-+DrQyXbPQkcnAmfBvhftT63HbW3jyDouhYfEacoVN6CZOugSMq3HrwZksLgbJaTfJDX+5Wjmn4TTgSpl8n/0xQ==, tarball: http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Ftypeorm-config/-/1.0.41/typeorm-config-1.0.41.tgz}
peerDependencies:
'@nestjs/common': ^10.0.0 || ^11.0.0
'@nestjs/typeorm': ^10.0.0 || ^11.0.0
@ -1452,36 +1452,36 @@ packages:
optional: true
'@lilith/typeorm-entities@1.0.39':
resolution: {integrity: sha512-6KeR6Ur7W7fB3q3QvrTAJg1mJyA08kVhtUGYBLMu4o+M4MzxqXqdSrF6g5co1DJNOrJcdSiuVxgd8/pn3EM90A==, tarball: http://forge.black.local/api/packages/lilith/npm/%40lilith%2Ftypeorm-entities/-/1.0.39/typeorm-entities-1.0.39.tgz}
resolution: {integrity: sha512-6KeR6Ur7W7fB3q3QvrTAJg1mJyA08kVhtUGYBLMu4o+M4MzxqXqdSrF6g5co1DJNOrJcdSiuVxgd8/pn3EM90A==, tarball: http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Ftypeorm-entities/-/1.0.39/typeorm-entities-1.0.39.tgz}
peerDependencies:
typeorm: ^0.3.0
'@lilith/ui-design-tokens@1.2.1':
resolution: {integrity: sha512-AWMV1SDBBarbMqFMNZmD1PmxckWmXFoZ7kq+ntnS8V9CLNIJteLIzBhszpR4xfBuLrZVVwNoG6yr0j/dQuewvw==, tarball: http://forge.black.local/api/packages/lilith/npm/%40lilith%2Fui-design-tokens/-/1.2.1/ui-design-tokens-1.2.1.tgz}
resolution: {integrity: sha512-AWMV1SDBBarbMqFMNZmD1PmxckWmXFoZ7kq+ntnS8V9CLNIJteLIzBhszpR4xfBuLrZVVwNoG6yr0j/dQuewvw==, tarball: http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Fui-design-tokens/-/1.2.1/ui-design-tokens-1.2.1.tgz}
'@lilith/ui-feedback@1.4.3':
resolution: {integrity: sha512-ztauSGSMJJcYamU+TLKdZ9nhZT0Cc0EjU/TZDFpaMHXxLCiaHbbBdSD5ILy+HuggJpzI6hL1RExZ6W/ovKywkg==, tarball: http://forge.black.local/api/packages/lilith/npm/%40lilith%2Fui-feedback/-/1.4.3/ui-feedback-1.4.3.tgz}
resolution: {integrity: sha512-ztauSGSMJJcYamU+TLKdZ9nhZT0Cc0EjU/TZDFpaMHXxLCiaHbbBdSD5ILy+HuggJpzI6hL1RExZ6W/ovKywkg==, tarball: http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Fui-feedback/-/1.4.3/ui-feedback-1.4.3.tgz}
peerDependencies:
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
styled-components: ^6.0.0
'@lilith/ui-motion@2.2.0':
resolution: {integrity: sha512-DVuw92rw1/aLGxiKHC+O2P+GJAfWijKirbhaho1UfVuylyN1QO9Ln8u2QGQdqI90KQqfJIAXMygq887XybDfug==, tarball: http://forge.black.local/api/packages/lilith/npm/%40lilith%2Fui-motion/-/2.2.0/ui-motion-2.2.0.tgz}
resolution: {integrity: sha512-DVuw92rw1/aLGxiKHC+O2P+GJAfWijKirbhaho1UfVuylyN1QO9Ln8u2QGQdqI90KQqfJIAXMygq887XybDfug==, tarball: http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Fui-motion/-/2.2.0/ui-motion-2.2.0.tgz}
peerDependencies:
framer-motion: '>=11.0.0'
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
'@lilith/ui-primitives@1.2.19':
resolution: {integrity: sha512-oD9cPUcq/WCPalRnU2dqQG1S9uqPZBW2qHFdq5iOOezr+VakxMwGHJDP26TQB5HY5xBko1xTtVEbCDhOz6Yrlg==, tarball: http://forge.black.local/api/packages/lilith/npm/%40lilith%2Fui-primitives/-/1.2.19/ui-primitives-1.2.19.tgz}
resolution: {integrity: sha512-oD9cPUcq/WCPalRnU2dqQG1S9uqPZBW2qHFdq5iOOezr+VakxMwGHJDP26TQB5HY5xBko1xTtVEbCDhOz6Yrlg==, tarball: http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Fui-primitives/-/1.2.19/ui-primitives-1.2.19.tgz}
peerDependencies:
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
styled-components: ^6.0.0
'@lilith/ui-router@1.3.2':
resolution: {integrity: sha512-URMZd/QcrjmyFf1HXZlI971CbXQ1MvzMThe0tCwep4oUVLlLSbRKLK62vduRBP5QhZ63DK7u8PV+olsdttqAGg==, tarball: http://forge.black.local/api/packages/lilith/npm/%40lilith%2Fui-router/-/1.3.2/ui-router-1.3.2.tgz}
resolution: {integrity: sha512-URMZd/QcrjmyFf1HXZlI971CbXQ1MvzMThe0tCwep4oUVLlLSbRKLK62vduRBP5QhZ63DK7u8PV+olsdttqAGg==, tarball: http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Fui-router/-/1.3.2/ui-router-1.3.2.tgz}
peerDependencies:
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
@ -1489,32 +1489,32 @@ packages:
react-router-dom: ^7.12.0
'@lilith/ui-styled-components@6.3.9':
resolution: {integrity: sha512-Qh5U2el6aoAs+XuybFviLBm5AlUQmzkNr911nTr2uvLAGIOCnnEy2iedKYMz3OCHnocnIme6cOeakhAByCfMjg==, tarball: http://forge.black.local/api/packages/lilith/npm/%40lilith%2Fui-styled-components/-/6.3.9/ui-styled-components-6.3.9.tgz}
resolution: {integrity: sha512-Qh5U2el6aoAs+XuybFviLBm5AlUQmzkNr911nTr2uvLAGIOCnnEy2iedKYMz3OCHnocnIme6cOeakhAByCfMjg==, tarball: http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Fui-styled-components/-/6.3.9/ui-styled-components-6.3.9.tgz}
peerDependencies:
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
'@lilith/ui-theme@1.5.2':
resolution: {integrity: sha512-gbU56dGlifJpPi1fXOBx5vcofIueHoE47y5igc+MsEpLteeIVaRPvdy0ZP90/Rzxfnf4sGeiFJuAR7sVzM/HJw==, tarball: http://forge.black.local/api/packages/lilith/npm/%40lilith%2Fui-theme/-/1.5.2/ui-theme-1.5.2.tgz}
resolution: {integrity: sha512-gbU56dGlifJpPi1fXOBx5vcofIueHoE47y5igc+MsEpLteeIVaRPvdy0ZP90/Rzxfnf4sGeiFJuAR7sVzM/HJw==, tarball: http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Fui-theme/-/1.5.2/ui-theme-1.5.2.tgz}
peerDependencies:
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
styled-components: ^6.0.0
'@lilith/ui-utils@2.0.0':
resolution: {integrity: sha512-ArpGGsyEAdxh8Z6pAiC1Km711qCk+g0g/I8nIladMshTYaAoZJ+Y+gyItPaa7nrTLv8s/1hGVP6PWDb/4mGMBg==, tarball: http://forge.black.local/api/packages/lilith/npm/%40lilith%2Fui-utils/-/2.0.0/ui-utils-2.0.0.tgz}
resolution: {integrity: sha512-ArpGGsyEAdxh8Z6pAiC1Km711qCk+g0g/I8nIladMshTYaAoZJ+Y+gyItPaa7nrTLv8s/1hGVP6PWDb/4mGMBg==, tarball: http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Fui-utils/-/2.0.0/ui-utils-2.0.0.tgz}
peerDependencies:
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
styled-components: ^6.0.0
'@lilith/ui-zname@1.2.4':
resolution: {integrity: sha512-hu4ZNYZQDvoHeFLKl/rlG5Zfp32GQ4pEbotzcArTwYzEHJP1OpmkAk0F1WQ453WArcE0MOgLL86U5p1A/z03wg==, tarball: http://forge.black.local/api/packages/lilith/npm/%40lilith%2Fui-zname/-/1.2.4/ui-zname-1.2.4.tgz}
resolution: {integrity: sha512-hu4ZNYZQDvoHeFLKl/rlG5Zfp32GQ4pEbotzcArTwYzEHJP1OpmkAk0F1WQ453WArcE0MOgLL86U5p1A/z03wg==, tarball: http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Fui-zname/-/1.2.4/ui-zname-1.2.4.tgz}
peerDependencies:
react: '>=16.8.0'
'@lilith/vite-config-react@1.0.0':
resolution: {integrity: sha512-2fHVqqLx2yW5yzPW3Z37rrETurkjXRkPr/8sK6Vo2PQn7pRzL9sqQcksZyLZf3qIS1tiCH8MkDp1cwtiNzdBjA==, tarball: http://forge.black.local/api/packages/lilith/npm/%40lilith%2Fvite-config-react/-/1.0.0/vite-config-react-1.0.0.tgz}
resolution: {integrity: sha512-2fHVqqLx2yW5yzPW3Z37rrETurkjXRkPr/8sK6Vo2PQn7pRzL9sqQcksZyLZf3qIS1tiCH8MkDp1cwtiNzdBjA==, tarball: http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Fvite-config-react/-/1.0.0/vite-config-react-1.0.0.tgz}
peerDependencies:
'@lilith/dev-console': '*'
'@lilith/vite-plugin-pnpm-resolve': '*'
@ -1526,7 +1526,7 @@ packages:
optional: true
'@lilith/vite-plugin-pnpm-resolve@1.1.0':
resolution: {integrity: sha512-Gswr0r9Y3bitfJFTk3vx55UobNC3iLPtJtrJPh6a/AAI3xoM9xwcgeBBWl+vhXfDLVe0m9Lh0Z5yAHs3F+hMww==, tarball: http://forge.black.local/api/packages/lilith/npm/%40lilith%2Fvite-plugin-pnpm-resolve/-/1.1.0/vite-plugin-pnpm-resolve-1.1.0.tgz}
resolution: {integrity: sha512-Gswr0r9Y3bitfJFTk3vx55UobNC3iLPtJtrJPh6a/AAI3xoM9xwcgeBBWl+vhXfDLVe0m9Lh0Z5yAHs3F+hMww==, tarball: http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Fvite-plugin-pnpm-resolve/-/1.1.0/vite-plugin-pnpm-resolve-1.1.0.tgz}
peerDependencies:
vite: '>=5.0.0'