This repository has been archived on 2026-03-21. You can view files and clone it, but cannot push or open issues or pull requests.
payfrit-biz/playwright/run-woo-modifiers.sh
John Mizerek dd2a508680 Add playwright scripts to git
Previously only lived on servers at /opt/playwright/. Now tracked in repo.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 11:22:34 -07:00

3 lines
126 B
Bash

#!/bin/bash
export PLAYWRIGHT_BROWSERS_PATH=/opt/playwright/browsers
exec /usr/bin/node /opt/playwright/woo-modifiers.js "$@"