Skip to content

Commit 56d0339

Browse files
committed
chore(npm): upgrade dependencies
1 parent e9d7285 commit 56d0339

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bootstrap/Bootstrap.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
*/
99

1010
import { debug } from '#src/debug'
11+
import { Macroable } from '@athenna/common'
1112

12-
export class Bootstrap {
13+
export class Bootstrap extends Macroable {
1314
/**
1415
* Executes the application.
1516
*/

0 commit comments

Comments
 (0)