summaryrefslogtreecommitdiff
path: root/bin/ui
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-03-06 11:24:42 -0700
committermo khan <mo@mokhan.ca>2025-03-06 11:24:42 -0700
commit27e5b886ad9e9e4c0d831162dbae9d9025fb2903 (patch)
tree32c00563a2d93d82dbeefece715a2cbaeba6d41b /bin/ui
parent0fb8fe928b9ca6f907d532789038f8b8fdcca42c (diff)
refactor: use protobuf3 and define twirp service
Diffstat (limited to 'bin/ui')
-rwxr-xr-xbin/ui1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ui b/bin/ui
index cc8bfe3..135f8d8 100755
--- a/bin/ui
+++ b/bin/ui
@@ -156,6 +156,7 @@ end
if __FILE__ == $0
app = Rack::Builder.new do
+ use Rack::CommonLogger
use Rack::Reloader
run UI.new
end.to_app