main function

void main()

Implementation

void main() {
  setPathUrlStrategy();
  setupDI(BuildDebugConfig());
  runApp(const MyApp());
}