summary refs log tree commit diff
path: root/src/index.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-12 20:16:17 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-12 20:16:17 +0200
commitb2a2711a6067ce148822020eb54ff1f217200e66 (patch)
treeb4e1af3b44b73630dd06a568f674efe862569731 /src/index.ts
parent:sparkles: api (diff)
parentcatch for missing config error (diff)
downloadserver-b2a2711a6067ce148822020eb54ff1f217200e66.tar.xz
Merge branch 'cdn'
Diffstat (limited to '')
-rw-r--r--src/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.ts b/src/index.ts
new file mode 100644

index 00000000..7513bd2f --- /dev/null +++ b/src/index.ts
@@ -0,0 +1 @@ +export * from "./Server";