blob: 6f2a86fd56154cfa271cf33b5fbe005373988f8a [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:devtools_app/main.dart' as devtools;
// Entry-point in the web directory required to run directly with the
// WebDev package and dart2j instead of using `flutter run -d chrome`.
void main() {
devtools.main();
}