You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add an exec command for running scripts with inited js runtime (encor……edev#1822)
To be able to run seed scripts and other tooling that needs the runtime
configured
eg. usage:
```
encore exec -- npx tsx ./users/seed.ts
```