Previously only lived on servers at /opt/playwright/. Now tracked in repo. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
3 lines
119 B
Bash
3 lines
119 B
Bash
#!/bin/bash
|
|
export PLAYWRIGHT_BROWSERS_PATH=/opt/playwright/browsers
|
|
exec /usr/bin/node /opt/playwright/render.js "$@"
|