🔧 render script

This commit is contained in:
KaizIqbal 2020-07-26 17:40:09 +05:30
parent 0650f15bd2
commit 2d85f3caaa

View file

@ -4,6 +4,7 @@
"description": "Rendering cursor to .png", "description": "Rendering cursor to .png",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"render": "npx ts-node src/index.ts",
"dev": "nodemon src/index.ts", "dev": "nodemon src/index.ts",
"dev:debug": "nodemon --inspect src/index.ts" "dev:debug": "nodemon --inspect src/index.ts"
}, },