summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authormetamuffin <metamuffin@yandex.com>2021-09-14 21:07:24 +0200
committermetamuffin <metamuffin@yandex.com>2021-09-14 21:07:24 +0200
commit50c76a45f596afa6575eb5577ab06bb99cdadbce (patch)
tree1d375e30f3402bcbdf1e8bf81cfd415b7c31c70c /package.json
parent3e67f1724e5506d99ef5aff1c82ff3e66e30c9d5 (diff)
downloadmetamuffin-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.json3
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",