Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
August 15, 2022 03:50 pm GMT

Version 2.10 of Foal is out!

Version 2.10 of Foal is out! This small release brings some tiny improvements.

What's Foal?

It is a full-featured Node.js framework simple and easy to use, written in TypeScript and with a complete documentation.

@foal/cli package included by default as dev dependency

Issue: #1097

The @foal/cli package is now installed by default as dev dependency. In this way, all commands of package.json still work when deploying the application to a Cloud provider that does not have the CLI installed globally.

Contributor: @scho-to

Preventing the npm run develop command to get stuck on some OS

Issues: #1022, #1115

The npm run develop was getting stuck on some OS based on the configuration of the app. This issue is now fixed in new projects. For current applications, you will need to add a -r flag to the package.json commands using concurrently.

Smaller main function

The main function that bootstraps the application is now smaller in new projects.

Article originally published here


Original Link: https://dev.to/loicpoullain/version-210-of-foal-is-out-3g6p

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To