drift/extras/integration_tests/web_wasm/tool/serve_manually.dart

7 lines
141 B
Dart

import 'package:web_wasm/driver.dart';
void main() async {
await TestAssetServer.start();
print('Serving on http://localhost:8080/');
}