8 lines
165 B
Dart
8 lines
165 B
Dart
// Note: need this file here so that we can use the packages
|
|
// in the main folder...
|
|
import './build/spec/runner.dart' as runner;
|
|
|
|
void main() {
|
|
runner.main();
|
|
}
|