aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.replit2
-rw-r--r--package.json3
2 files changed, 4 insertions, 1 deletions
diff --git a/.replit b/.replit
new file mode 100644
index 0000000..d409ef8
--- /dev/null
+++ b/.replit
@@ -0,0 +1,2 @@
+language = "nodejs"
+run = "npm start" \ No newline at end of file
diff --git a/package.json b/package.json
index ba91dce..f26e2c3 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,8 @@
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
- "compile": "tsc"
+ "compile": "tsc",
+ "start": "node build/index.js"
},
"repository": {
"type": "git",