Skip to main content

start.bat file

When using the standalone version you can use this file to start the client and API simultaneously.

set "client_command=yarn workspace @snailycad/client start"
set "api_command=yarn workspace @snailycad/api generate && yarn workspace @snailycad/api start"


concurrently "%client_command%" "%api_command%"