diff options
author | grant-kun <[email protected]> | 2022-09-27 13:08:48 -0500 |
---|---|---|
committer | grant-kun <[email protected]> | 2022-09-27 13:08:48 -0500 |
commit | 9f5ef0e090c73f6ff700a68cd3ecb00fc0df54ef (patch) | |
tree | 4009214d38b34b88c8b87a3d8f89dcbabe1b47e0 /package.json | |
parent | fb1a557749b7b83e9e732df7c65cdb3f17d0400a (diff) |
push
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 791ff90..5d7bc42 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,9 @@ "name": "kanna", "version": "1.0.0", "description": "", - "main": "index.js", + "main": "index.ts", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "start":"ts-node index.ts" }, "repository": { "type": "git", |