Ward Peeters

Results 176 comments of Ward Peeters

I'm working on it, should have an update later today

I'ts a can of worms TBH, I have https://github.com/mastra-ai/mastra/pull/2924 that should be mergeable that fixes some issues with libsql and extracting deployers/telemetry out correctly. Now looking into issues with our...

@abhiaiyer91 I think just adding this option make sense without any other bits and pieces. It seems to be the only option right now that is useful to set a...

@dotneet please add a changeset :pray:

I'm guessing your local project is not being built, so we're working with ts source files? We should be able to transpile these packages a well. I'll check if we...

Published in latest alpha, with support for ts paths

@TekVanDo why aren't you using tsconfig.json? we can add a custom option but still curious

oh interesting, thank you. How do you run typescript in your application? Do you have tsconfig in your mastra application?

The main problem is that a monrepo still needs a build command before you can ingest typescript files. So you have to create a pre build command that compiles these...