add copnfig

This commit is contained in:
andres
2023-03-14 00:17:35 +01:00
parent 3b25016b93
commit 9ba6649370
2 changed files with 23 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
"type": "module",
"scripts": {
"dev": "nodemon src/index.ts",
"start": "npx playwright install-deps && ts-node-esm src/index.ts"
"start": "npx playwright install-deps chromium && ts-node-esm src/index.ts"
},
"keywords": [],
"author": "Andres",