Skip to content

Commit

Permalink
chore: version
Browse files Browse the repository at this point in the history
  • Loading branch information
nailiable committed Nov 9, 2024
1 parent 4bc0420 commit 88ae692
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nailyjs/cli",
"type": "module",
"version": "2.0.13",
"version": "2.0.12",
"description": "The CLI for Naily.js",
"author": "Naily Zero <[email protected]> (https://naily.cc)",
"exports": {
Expand Down
2 changes: 2 additions & 0 deletions packages/ioc/src/starter-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ export abstract class StartService {
return container.createClassWrapper(this as any as Class).save().getClassFactory().getOrCreateInstance()
}
}

export const StarterService = StartService

0 comments on commit 88ae692

Please sign in to comment.