Fixed executor
This commit is contained in:
parent
089f07360c
commit
88f74a4e26
6 changed files with 38 additions and 12 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue