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.59k stars 156 forks source link

Remove obsolete require #1577

Closed bwks closed 3 years ago

bwks commented 3 years ago

Purpose

Fixes #1570

It removes the obsolete require statement

Description

https://github.com/luckyframework/lucky/blob/5e283d24813e161d50d80a949cde9ba4c7ac90d2/tasks.cr#L3

-require "./src/app/**"

Checklist