Update config

This commit is contained in:
Andras Schmelczer 2026-02-07 10:02:01 +00:00
parent d2e16d6a50
commit 5f060d2994
4 changed files with 111 additions and 29 deletions

View file

@ -42,7 +42,7 @@ tasks:
dir: og-screenshot
env:
CACHE_DIR: /tmp/og-cache
NARROWIT_URL: http://localhost:3030
NARROWIT_URL: http://localhost:3000
cmds:
- npm install
- npx playwright install --with-deps chromium
@ -50,7 +50,7 @@ tasks:
- npm start
dev:frontend:
desc: Run frontend dev server on port 3030 (proxies /api to :8001)
desc: Run frontend dev server on port 3000 (proxies /api to :8001)
dir: frontend
deps:
- install