feat(commands): Update init command to support new default configuration values for initialization

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
autocommit 2026-06-10 21:07:42 -07:00
parent e7814caa97
commit e15c5de5cb

View file

@ -45,7 +45,7 @@ const TEMPLATES: Record<PackageType, {
typescript: '^5.3.0',
},
publishConfig: {
registry: 'http://forge.black.local/api/packages/lilith/npm/',
registry: 'http://forge.black.lan/api/packages/lilith/npm/',
},
_: {
publish: true,
@ -93,7 +93,7 @@ const TEMPLATES: Record<PackageType, {
typescript: '^5.3.0',
},
publishConfig: {
registry: 'http://forge.black.local/api/packages/lilith/npm/',
registry: 'http://forge.black.lan/api/packages/lilith/npm/',
},
_: {
publish: true,
@ -141,7 +141,7 @@ export class {{Name}}Module {}
typescript: '^5.3.0',
},
publishConfig: {
registry: 'http://forge.black.local/api/packages/lilith/npm/',
registry: 'http://forge.black.lan/api/packages/lilith/npm/',
},
_: {
publish: true,
@ -284,7 +284,7 @@ __pycache__/
await writeFile(
join(packagePath, '.npmrc'),
'@lilith:registry=http://forge.black.local/api/packages/lilith/npm/\n'
'@lilith:registry=http://forge.black.lan/api/packages/lilith/npm/\n'
)
// Initialize git