Open lqmanh opened 4 years ago
More recent versions of Saasify have moved away from using this project, though it's still supported.
Now, you can use any language including newer versions of TS and deploy your backend code wherever you want instead of being constrained to use FTS.
tsoa is also a solid alternative.
Oh I see. I'm trying to switch to Nestjs.
Hello again,
I've been trying to switch to Nestjs. However there are some problems when I deploy my code. I've summitted this issue. Please have a look when you have time.
Thank you!
Hi,
I'm trying to use Saasify but it won't work with the latest version of TypeScript (v3.9.x). It seems like
fts
only supports TypeScript up to v3.2.x, which is a bit outdated. Are there any workaround I can do so that my code can work properly?Thank you!