Lucho

Results 11 comments of Lucho

He usado otros frameworks, como Adonis. Lo que me gusta de FoalTS es que en primer lugar, usa Typescript. Además, me gusta el hecho de que te mantenga la estructura...

I need this method. Will you develop it?

Hi! When is the release date?

I agree. It's a shame. I'm using Adonis JS with MongoDB, and it seems to be this the only compatible alternative

> any news on this? We had a lot of problems with Shard keys (wich are required for CosmosDB) and Lucid, so we've decided to stop using CosmosDB, and now...

Foal TS 2 command: ```json { "develop": "npm run build && concurrently \"tsc -p tsconfig.app.json -w\" \"supervisor -w ./build,./config -e js,json,yml --no-restart-on error ./build/index.js\"", } ``` Supervisor version: ```json {...

I was researching. Supervisor not only is less popular than Nodemon, also, is not mantained: ![image](https://github.com/FoalTS/foal/assets/5065981/1317aaee-5cb5-46ff-ab23-728287847332) ![image](https://github.com/FoalTS/foal/assets/5065981/9528cafa-1847-4678-99d3-e4ff879ab8f1) Vs nodemon: ![image](https://github.com/FoalTS/foal/assets/5065981/289cda1f-bb71-48c7-89da-28bf22fc7df7) ![image](https://github.com/FoalTS/foal/assets/5065981/fc04aa9e-d7a5-4cea-bad6-a3b5beb1d51d) Maybe replacing Supervisor is a good idea. If you...

Thank you for your answer. > Out of curiosity, what operating system are you running? Windows 11 > > The reasons why `supervisor` was chosen in the first place rather...

> I'd recommend to start with a completely new fork and "checkouts" your feature branch from Sure! Thanks for the information

Maybe this can be useful: I use Schedule inside my FoalTS Apps. I just make the jobs like is explained here: https://foalts.org/docs/2.x/cookbook/scheduling-jobs And then I call the "main" function in...