Fix building of web and linux app at the same time
This commit is contained in:
parent
2fe77063d9
commit
cb8e98ef81
@ -5,7 +5,7 @@ import 'package:mchess/chess/chess_app.dart';
|
|||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
GoRouter.optionURLReflectsImperativeAPIs = true;
|
GoRouter.optionURLReflectsImperativeAPIs = true;
|
||||||
setUrlStrategy(const PathUrlStrategy());
|
setUrlStrategy(PathUrlStrategy());
|
||||||
|
|
||||||
runApp(const ChessApp());
|
runApp(const ChessApp());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user