diff options
author | metamuffin <metamuffin@yandex.com> | 2021-09-14 21:07:24 +0200 |
---|---|---|
committer | metamuffin <metamuffin@yandex.com> | 2021-09-14 21:07:24 +0200 |
commit | 50c76a45f596afa6575eb5577ab06bb99cdadbce (patch) | |
tree | 1d375e30f3402bcbdf1e8bf81cfd415b7c31c70c /package.json | |
parent | 3e67f1724e5506d99ef5aff1c82ff3e66e30c9d5 (diff) | |
download | metamuffin-website-50c76a45f596afa6575eb5577ab06bb99cdadbce.tar metamuffin-website-50c76a45f596afa6575eb5577ab06bb99cdadbce.tar.bz2 metamuffin-website-50c76a45f596afa6575eb5577ab06bb99cdadbce.tar.zst |
it probably doesnt make sense to comment commits at this point
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index b740b2e..5662894 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "version": "1.0.0", "main": "index.js", "license": "MIT", + "scripts": { + "start": "tsc && node dist/index.js" + }, "dependencies": { "@types/express": "^4.17.13", "@types/node": "^16.9.1", |