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

@@ -5,7 +5,7 @@
"main": "index.js",
"private": true,
"scripts": {
"io:dev": "NODE_ENV=dev node ./index.js",
"io:dev": "node ./index.js",
"io:rollup": "rollup index.js --config ./rollup-cli.config.js",
"format:check": "prettier --check .",
"format:write": "prettier --write .",
@@ -16,7 +16,5 @@
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
}
}
"devDependencies": {}
}