Various changes
This commit is contained in:
parent
a42591c701
commit
c388059f68
19 changed files with 1373 additions and 87 deletions
12
Taskfile.yml
12
Taskfile.yml
|
|
@ -41,6 +41,18 @@ tasks:
|
|||
cmds:
|
||||
- cargo run --release -- --data {{.WIDE_OUTPUT}} --pois {{.POIS_FILTERED_OUTPUT}}
|
||||
|
||||
dev:og:
|
||||
desc: Run OG screenshot sidecar on port 8002
|
||||
dir: og-screenshot
|
||||
env:
|
||||
CACHE_DIR: /tmp/og-cache
|
||||
NARROWIT_URL: http://localhost:3030
|
||||
cmds:
|
||||
- npm install
|
||||
- npx playwright install --with-deps chromium
|
||||
- npm run build
|
||||
- npm start
|
||||
|
||||
dev:frontend:
|
||||
desc: Run frontend dev server on port 3030 (proxies /api to :8001)
|
||||
dir: frontend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue