Begin to do some updates

This commit is contained in:
zontreck 2025-06-25 20:47:42 -07:00
parent 0462b39784
commit dd01f82fac
7 changed files with 21 additions and 10 deletions

4
lib/dart/bugvault.dart Normal file
View file

@ -0,0 +1,4 @@
class ServerCommunicatorConstants {
static const String host = "localhost";
static const int port = 7400;
}