Merge branch 'uditkarode:master' into master

This commit is contained in:
Shihaam Abdul Rahman 2023-04-09 20:55:32 +05:00 committed by GitHub
commit 5b4666edc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
"license": "MIT",
"scripts": {
"build": "tsc --pretty",
"start": "node dist/src",
"start": "node dist",
"dev": "tsx src/index.ts",
"test": "tsx src/test.ts"
},