Aaron Jenkins
12/13/2022, 9:28 PMturbo run start --scope=@calcom/web --scope=@calcom/api that only seems to start the web projectzomars
12/13/2022, 11:15 PMzomars
12/13/2022, 11:15 PMAaron Jenkins
12/13/2022, 11:18 PMAaron Jenkins
12/13/2022, 11:20 PMalannnc
12/13/2022, 11:41 PMAaron Jenkins
12/13/2022, 11:42 PMalannnc
12/13/2022, 11:44 PMAaron Jenkins
12/15/2022, 6:46 PMgit clone --recurse-submodules -j8 <https://github.com/me/cal-fork.git>
• build locally railway run npx turbo run build
• set up two empty projects in railway
â—¦ on the api project change the start up command to yarn workspace @me/cal-api-fork dev
â—¦ on the web project change the start up command to npx turbo run @calcom/web#start
• and manually do the railway up command twice. once for the web and once for the api
• they both share variables in the railway app and talk to the same db
going to see how I can optimize this. cause the package for the ‘api’ has all of the files from the full fat build and its like 2gb so uploading that takes a minAaron Jenkins
12/15/2022, 6:47 PMalannnc
12/15/2022, 10:35 PM