diff --git a/packages/protobufs/packages/ts/mod.ts b/packages/protobufs/packages/ts/mod.ts index b043e496..a3f7f2df 100644 --- a/packages/protobufs/packages/ts/mod.ts +++ b/packages/protobufs/packages/ts/mod.ts @@ -1,20 +1,20 @@ -export * as Admin from "./lib/admin_pb.ts"; -export * as AppOnly from "./lib/apponly_pb.ts"; -export * as ATAK from "./lib/atak_pb.ts"; -export * as CannedMessages from "./lib/cannedmessages_pb.ts"; -export * as Channel from "./lib/channel_pb.ts"; -export * as ClientOnly from "./lib/clientonly_pb.ts"; -export * as Config from "./lib/config_pb.ts"; -export * as ConnectionStatus from "./lib/connection_status_pb.ts"; -export * as LocalOnly from "./lib/localonly_pb.ts"; -export * as Mesh from "./lib/mesh_pb.ts"; -export * as ModuleConfig from "./lib/module_config_pb.ts"; -export * as Mqtt from "./lib/mqtt_pb.ts"; -export * as PaxCount from "./lib/paxcount_pb.ts"; -export * as Portnums from "./lib/portnums_pb.ts"; -export * as PowerMon from "./lib/powermon_pb.ts"; -export * as RemoteHardware from "./lib/remote_hardware_pb.ts"; -export * as Rtttl from "./lib/rtttl_pb.ts"; -export * as StoreForward from "./lib/storeforward_pb.ts"; -export * as Telemetry from "./lib/telemetry_pb.ts"; -export * as Xmodem from "./lib/xmodem_pb.ts"; +export * as Admin from "./dist/admin_pb.ts"; +export * as AppOnly from "./dist/apponly_pb.ts"; +export * as ATAK from "./dist/atak_pb.ts"; +export * as CannedMessages from "./dist/cannedmessages_pb.ts"; +export * as Channel from "./dist/channel_pb.ts"; +export * as ClientOnly from "./dist/clientonly_pb.ts"; +export * as Config from "./dist/config_pb.ts"; +export * as ConnectionStatus from "./dist/connection_status_pb.ts"; +export * as LocalOnly from "./dist/localonly_pb.ts"; +export * as Mesh from "./dist/mesh_pb.ts"; +export * as ModuleConfig from "./dist/module_config_pb.ts"; +export * as Mqtt from "./dist/mqtt_pb.ts"; +export * as PaxCount from "./dist/paxcount_pb.ts"; +export * as Portnums from "./dist/portnums_pb.ts"; +export * as PowerMon from "./dist/powermon_pb.ts"; +export * as RemoteHardware from "./dist/remote_hardware_pb.ts"; +export * as Rtttl from "./dist/rtttl_pb.ts"; +export * as StoreForward from "./dist/storeforward_pb.ts"; +export * as Telemetry from "./dist/telemetry_pb.ts"; +export * as Xmodem from "./dist/xmodem_pb.ts";