io improvement

This commit is contained in:
Leifer Mendez
2022-10-29 13:07:58 +02:00
parent 860c2bc8fb
commit e00aacfe3e
13 changed files with 168 additions and 67 deletions

View File

@@ -3,9 +3,9 @@
"version": "0.0.1",
"description": "",
"main": "index.js",
"private":true,
"private": true,
"scripts": {
"cli:dev": "NODE_ENV=dev node ./index.js",
"cli:dev": "cross-env NODE_ENV=dev node ./index.js",
"cli:rollup": "rollup index.js --config ./rollup-cli.config.js",
"format:check": "prettier --check .",
"format:write": "prettier --write .",