Skip to content

Commit

Permalink
fix: UniversalMasamuneAdapterを最初から定義するように変更。
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Mar 13, 2023
1 parent ba58305 commit 094e779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/katana_cli/lib/command/create.dart
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ final loggerAdapters = <LoggerAdapter>[
/// The Masamune framework plugin functions can be defined together.
// TODO: Add the adapters.
final masamuneAdapters = <MasamuneAdapter>[
const UniversalMasamuneAdapter(),
];
/// App Theme.
Expand Down

0 comments on commit 094e779

Please sign in to comment.