Update prod.dart
This commit is contained in:
parent
09861238a1
commit
1f4c46d18a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
import 'package:angel/angel.dart';
|
||||
import 'package:angel_production/angel_production.dart';
|
||||
|
||||
main(List<String> args) => Runner('angel', configureServer).run(args);
|
||||
main(List<String> args) => Runner('{{angel}}', configureServer).run(args);
|
||||
|
|
Loading…
Reference in a new issue