Fixed executor

This commit is contained in:
Dunemask 2022-07-18 20:39:16 +00:00
parent 089f07360c
commit 88f74a4e26
6 changed files with 38 additions and 12 deletions

View file

@ -24,7 +24,8 @@
"start:react:replit": "vite --host",
"test": "node tests/index.js",
"test:api": "node tests/api.js",
"test:dev": "nodemon tests/index.js"
"test:dev": "nodemon tests/index.js",
"lint": "prettier -w lib/ src/"
},
"browserslist": {
"production": [
@ -65,6 +66,7 @@
"axios": "^0.27.2",
"caxa": "^2.1.0",
"nodemon": "^2.0.15",
"prettier": "^2.7.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"readline-sync": "^1.4.10",