Separate route definitions and where they're served from

This commit is contained in:
2025-03-07 10:28:17 -06:00
parent d6fccc3172
commit ad2b85bc2b
4 changed files with 138 additions and 53 deletions

View File

@@ -6,6 +6,6 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd "$DIR"
deno run --allow-net --unstable-sloppy-imports --watch routes.ts
deno run --allow-net --unstable-sloppy-imports --watch app.ts