Skip to content
Snippets Groups Projects
Commit fcce0dd6 authored by Nawfel Senoussi's avatar Nawfel Senoussi
Browse files

update start script

parent fee7f8f6
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
"description": "Node.js application for command line interface of myasso application",
"main": "index.ts",
"scripts": {
"start": "ts-node-esm index.ts",
"start": "node --loader ts-node/esm index.ts",
"test": "vitest",
"lint": "eslint . --ext .ts --ignore-pattern **/*spec.ts",
"lint:fix": "eslint . --ext .ts --ignore-pattern **/*spec.ts --fix"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment