fix some issues; migrate to bun'
This commit is contained in:
parent
cf3d5c6d6f
commit
54293ac3a1
56 changed files with 1360 additions and 764 deletions
6
automation/utils/utils.ts
Normal file
6
automation/utils/utils.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
export class UserError extends Error {}
|
||||
|
||||
export interface ProjectConfig {
|
||||
corePackages: string[];
|
||||
packages: string[];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue