mirror of https://github.com/buster-so/buster.git
Update new-package.ts
This commit is contained in:
parent
ae19b51ecc
commit
7fbb4202dc
|
@ -387,8 +387,12 @@ async function createPackageFiles(config: PackageConfig) {
|
|||
dependencies: {
|
||||
"@buster/typescript-config": "workspace:*",
|
||||
"@buster/vitest-config": "workspace:*",
|
||||
"@buster/env-utils": "workspace:*"
|
||||
"@buster/env-utils": "workspace:*",
|
||||
"zod": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tsx": "catalog:"
|
||||
}
|
||||
};
|
||||
|
||||
await writeFile(
|
||||
|
|
Loading…
Reference in New Issue