añadido karpathy y refactorizacion del proyecto
This commit is contained in:
+10
-1
@@ -9,7 +9,16 @@
|
||||
"test:automated": "playwright test --grep-invert @manual",
|
||||
"test:partial": "playwright test --grep @partial",
|
||||
"test:report": "playwright show-report",
|
||||
"lint": "tsc --noEmit"
|
||||
"lint": "tsc --noEmit",
|
||||
"web": "node server/index.js",
|
||||
"docker:up": "docker compose up -d --build",
|
||||
"docker:down": "docker compose down",
|
||||
"docker:logs": "docker compose logs -f autotest"
|
||||
},
|
||||
"dependencies": {
|
||||
"cors": "^2.8.5",
|
||||
"express": "^4.19.2",
|
||||
"js-yaml": "^4.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.47.0",
|
||||
|
||||
Reference in New Issue
Block a user