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

15
.idea/git_toolbox_prj.xml generated Normal file
View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GitToolBoxProjectSettings">
<option name="commitMessageIssueKeyValidationOverride">
<BoolValueOverride>
<option name="enabled" value="true" />
</BoolValueOverride>
</option>
<option name="commitMessageValidationEnabledOverride">
<BoolValueOverride>
<option name="enabled" value="true" />
</BoolValueOverride>
</option>
</component>
</project>

View File

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