Jare Fagbemi
Results
1
comments of
Jare Fagbemi
For anyone having trouble here, I was able to get this working with the auto-generated next-cli Bazel rules by using [`copy_to_bin`](https://bazelbuild.github.io/rules_nodejs/Built-ins.html#copy_to_bin) to get around Next's output directory constraints. ```bazel load("@build_bazel_rules_nodejs//:index.bzl",...