ErKeLost / farm-nestjs-starter

Compile a nestjs project using farm
12 stars 0 forks source link

🐞 Support to Monorepo NEST/CLI? #1

Open yigsvnsla opened 1 month ago

yigsvnsla commented 1 month ago

Hi, how set config for nestjs project monorepo

ErKeLost commented 1 month ago

This example just uses farm to compile and run nestjs. monorepo should be the same as other projects.farm should not require special configuration

yigsvnsla commented 1 month ago

I actually tried it and it broke in the same way it breaks when SWC is implemented as the documentation indicates.

ErKeLost commented 1 month ago

Can you provide specific example scenarios?