update base image

This commit is contained in:
andres
2023-03-14 00:54:13 +01:00
parent 56bc1a2918
commit 7a295c57a0

View File

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