diff options
Diffstat (limited to 'gateway/src/index.ts')
-rw-r--r-- | gateway/src/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |