luckyframework / lucky

A full-featured Crystal web framework that catches bugs for you, runs incredibly fast, and helps you write code that lasts.
https://luckyframework.org
MIT License
2.57k stars 156 forks source link

Adding the compile time to the watcher for development #1855

Closed jwoertink closed 3 months ago

jwoertink commented 3 months ago

Purpose

Fixes #1851

Description

This adds in the time span of compiling your app when it boots.

Here's what it looks like image

Checklist