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
I opened a PR. I’ve added a dedicated writeWorkflowIndexSample function that formats export statements with semicolons using Prettier. The CLI now uses this function when generating the workflows/index.ts file.
I was trying to run the dev server, but with this
tsconfig.json
it wasn't workingtsconfig
Issues related to rollup not working with ESNext, once I changed it to the default tsconfig give by mastra everything started working fine
This specifically causes it to fail
"verbatimModuleSyntax": true,
The text was updated successfully, but these errors were encountered: