Frontend WIP - just websocket support left

This commit is contained in:
2025-02-09 21:23:27 -07:00
parent f73bd53214
commit e7641f6aec
19 changed files with 484 additions and 132 deletions
+1 -1
View File
@@ -3,6 +3,6 @@ environment:
sdk: ">=3.0.0 <4.0.0"
dev_dependencies:
test: ^1.24.0
http: ^1.1.0
test: ^1.24.0
+1 -1
View File
@@ -61,7 +61,7 @@ void main() async {
final sub = serverLogs.length > 10 ? serverLogs.length - 10 : 0;
stdout.write("Server logs:\n${serverLogs.sublist(sub).join('\n')}");
} else {
stdout.writeln("💨 Passed like a light breeze 😮‍💨");
stdout.writeln('💨 Passed like a light breeze 😮‍💨');
}
// Exit with the same code as the test process