update start command

This commit is contained in:
andres
2023-03-13 23:36:10 +01:00
parent 7815284efb
commit 0f5e436f94
2 changed files with 16 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
"type": "module",
"scripts": {
"dev": "nodemon src/index.ts",
"scrape": "ts-node-esm src/index.ts"
"start": "ts-node-esm src/index.ts"
},
"keywords": [],
"author": "Andres",