diff options
author | mat <27899617+mat-1@users.noreply.github.com> | 2021-02-13 15:08:34 -0600 |
---|---|---|
committer | mat <27899617+mat-1@users.noreply.github.com> | 2021-02-13 15:08:34 -0600 |
commit | 42bf76b60aa1abf2f33a71bb64e6baaf5a048f72 (patch) | |
tree | bfa5b9303dd632e6071ca737a40acf22c9fe2bcc | |
parent | 8e51f53f14c8cf8d357679296ea8f555a71b4175 (diff) | |
download | skyblock-api-42bf76b60aa1abf2f33a71bb64e6baaf5a048f72.tar.gz skyblock-api-42bf76b60aa1abf2f33a71bb64e6baaf5a048f72.tar.bz2 skyblock-api-42bf76b60aa1abf2f33a71bb64e6baaf5a048f72.zip |
add .replit
-rw-r--r-- | .replit | 2 | ||||
-rw-r--r-- | package.json | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -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", |