Sascha Foerster
03/28/2022, 1:04 PMDemian N
03/28/2022, 5:03 PMpackage.json
start script.
"start": "PORT=3001 turbo run start --scope=\"@calcom/web\""
Then in .env from the @calcom/web app, change:
NEXT_PUBLIC_WEBAPP_URL='<http://localhost:3001>'
NEXT_PUBLIC_WEBSITE_URL='<http://localhost:3001>'
NEXTAUTH_URL='<http://localhost:3001>'
Demian N
03/29/2022, 4:02 PMSascha Foerster
03/30/2022, 8:34 PM