Azhar Chougle
Results
2
comments of
Azhar Chougle
@sweatybridge Would you happen to have an example of calling the cli from `child_process`? Trying it and it can't seem to connect to Docker: `Error: Cannot connect to the Docker...
For anyone coming across this later, here's an example of how to reset the database using `child_process`, in this case, in Playwright's globalSetup. ```js import util from 'util'; import {...