mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> Co-authored-by: paperdave <paperdave@users.noreply.github.com> Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
4 lines
193 B
Zig
4 lines
193 B
Zig
//! Discovers routes from the filesystem, as instructed by the framework
|
|
//! configuration. Supports incrementally updating for DevServer, or
|
|
//! serializing to a binary for production builds.
|