Replies: 1 comment
-
I am also new to monorepo setup but my work around was to cd into the apps dir and then start the dev server from their. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I run
yarn dev
but it starts the package@calcom/embed-core:dev
at http://localhost:3100/embed/I check commit history and assume the commit a091c60 with this change is the cause
I remove
"^dev"
and now can start the web package@calcom/web:dev
at http://localhost:3000Is this correct fix ? I don't know much about the monorepo setup, just hack around :)
Beta Was this translation helpful? Give feedback.
All reactions