Model 2.10 of Foal is out! This small launch brings some tiny enhancements.
What’s Foal?
It’s a full-featured Node.js framework easy and simple to make use of, written in TypeScript and with an entire documentation.
@foal/cli
bundle included by default as dev dependency
Subject: #1097
The @foal/cli
bundle is now put in by default as dev dependency. On this means, all instructions of bundle.json
nonetheless work when deploying the applying to a Cloud supplier that doesn’t have the CLI put in globally.
Contributor: @scho-to
Stopping the npm run develop
command to get caught on some OS
The npm run develop
was getting caught on some OS based mostly on the configuration of the app. This subject is now fastened in new tasks. For present functions, you will want so as to add a -r
flag to the bundle.json
instructions utilizing concurrently
.
Smaller principal
operate
The principal
operate that bootstraps the applying is now smaller in new tasks.
Article initially revealed right here