summary refs log tree commit diff
path: root/webrtc/src/start.ts
diff options
context:
space:
mode:
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