This commit is contained in:
crschnick
2024-04-18 21:37:28 +00:00
parent 4b78b5e132
commit b298d3cb81
378 changed files with 881 additions and 269 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
import com.fasterxml.jackson.databind.Module;
import io.xpipe.beacon.BeaconJacksonModule;
import io.xpipe.beacon.exchange.*;
import io.xpipe.beacon.exchange.cli.*;
import io.xpipe.core.util.ProxyFunction;
import com.fasterxml.jackson.databind.Module;
open module io.xpipe.beacon {
exports io.xpipe.beacon;
exports io.xpipe.beacon.exchange;