summary refs log tree commit diff
path: root/webrtc/src/start.ts
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-03-12 13:10:05 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-03-12 13:10:05 +1100
commitb455f4a181894dc78484c1230c226207b5c01cd3 (patch)
treea185e3eeb1a0bf8e8c396be5a4cb98385e754818 /webrtc/src/start.ts
parentMerge branch 'master' into slowcord (diff)
parentAdded preferred_region optional property of VoiceStateUpdateSchema to allow e... (diff)
downloadserver-b455f4a181894dc78484c1230c226207b5c01cd3.tar.xz
Merge branch 'maddyrtc' into slowcord
Diffstat (limited to 'webrtc/src/start.ts')
-rw-r--r--webrtc/src/start.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/webrtc/src/start.ts b/webrtc/src/start.ts

index 68867a2c..98f06ad5 100644 --- a/webrtc/src/start.ts +++ b/webrtc/src/start.ts
@@ -1,3 +1,10 @@ +//testing +process.env.DATABASE = "../bundle/database.db"; + +import { config } from "dotenv"; +config(); + import { Server } from "./Server"; const server = new Server(); +server.listen(); \ No newline at end of file