joy-framework / joy

A full stack web framework written in janet
https://joy.swlkr.com
MIT License
535 stars 30 forks source link

unknown symbol auto-routes in new projects #79

Closed jcpsantiago closed 4 years ago

jcpsantiago commented 4 years ago

I'm seeing this in a brand-new project.

> joy new foo && cd foo
> joy server
> compile error: unknown symbol auto-routes on line 19, column 23 while compiling main.janet
swlkr commented 4 years ago

Really need to make a test for joy new haha

swlkr commented 4 years ago

Should be fixed now!