aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormat <27899617+mat-1@users.noreply.github.com>2021-02-13 15:08:34 -0600
committermat <27899617+mat-1@users.noreply.github.com>2021-02-13 15:08:34 -0600
commit42bf76b60aa1abf2f33a71bb64e6baaf5a048f72 (patch)
treebfa5b9303dd632e6071ca737a40acf22c9fe2bcc
parent8e51f53f14c8cf8d357679296ea8f555a71b4175 (diff)
downloadskyblock-api-42bf76b60aa1abf2f33a71bb64e6baaf5a048f72.tar.gz
skyblock-api-42bf76b60aa1abf2f33a71bb64e6baaf5a048f72.tar.bz2
skyblock-api-42bf76b60aa1abf2f33a71bb64e6baaf5a048f72.zip
add .replit
-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",