From fa31e7f8db61efe085f7d8a317e6a8640ebb3f46 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 12 Aug 2021 20:18:05 +0200 Subject: :sparkles: gateway --- gateway/src/index.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 gateway/src/index.ts (limited to 'gateway/src/index.ts') diff --git a/gateway/src/index.ts b/gateway/src/index.ts new file mode 100644 index 00000000..7513bd2f --- /dev/null +++ b/gateway/src/index.ts @@ -0,0 +1 @@ +export * from "./Server"; -- cgit 1.5.1