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:
parent
e7814caa97
commit
e15c5de5cb
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue