Update bin
This commit is contained in:
parent
4f1913d517
commit
00b14878a8
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ import 'package:angel_framework/angel_framework.dart';
|
|||
import 'package:angel_hot/angel_hot.dart';
|
||||
import 'package:logging/logging.dart';
|
||||
|
||||
main() async {
|
||||
void main() async {
|
||||
// Watch the config/ and web/ directories for changes, and hot-reload the server.
|
||||
hierarchicalLoggingEnabled = true;
|
||||
|
||||
|
|
|
@ -25,6 +25,6 @@ import 'package:angel_production/angel_production.dart';
|
|||
// so in the meantime, visit the Angel chat for further questions:
|
||||
//
|
||||
// https://gitter.im/angel_dart/discussion
|
||||
main(List<String> args) =>
|
||||
void main(List<String> args) =>
|
||||
Runner('{{angel}}', configureServer, reflector: MirrorsReflector())
|
||||
.run(args);
|
||||
|
|
Loading…
Reference in a new issue