Skip to content

Commit

Permalink
fix: Stop crashing the web service on render.com.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Dec 28, 2024
1 parent 7b31a5a commit ecc8219
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ load("@rules_haskell//haskell:defs.bzl", "haskell_binary")
haskell_binary(
name = "webservice",
srcs = glob(["**/*.hs"]),
# Needed to support higher file descriptor numbers.
ghcopts = ["-threaded"],
tags = ["no-cross"],
visibility = ["//visibility:public"],
deps = [
Expand Down

0 comments on commit ecc8219

Please sign in to comment.