summaryrefslogtreecommitdiff
path: root/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'index.ts')
-rw-r--r--index.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.ts b/index.ts
new file mode 100644
index 0000000..a352aee
--- /dev/null
+++ b/index.ts
@@ -0,0 +1,3 @@
+import { main } from "./src/api";
+
+main(parseInt(process.env.PORT ?? "3000"));