You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some monorepo setups don't have a package.json inside the individual workspace (instead they just have 1 at the root of the monorepo), which messes up some path resolution logic during the dev command. We should use the trigger.config.ts file path instead of the package.json to determine the "base" path when running the dev command to fix this.
The text was updated successfully, but these errors were encountered:
Some monorepo setups don't have a package.json inside the individual workspace (instead they just have 1 at the root of the monorepo), which messes up some path resolution logic during the dev command. We should use the
trigger.config.ts
file path instead of the package.json to determine the "base" path when running the dev command to fix this.The text was updated successfully, but these errors were encountered: