first iteration of v.3 router

This commit is contained in:
2025-07-02 23:40:16 -06:00
parent 1d3be78917
commit 0b4f504ba2
17 changed files with 535 additions and 12 deletions

0
util/contentType.ts Executable file → Normal file
View File

0
util/isRelativePath.ts Executable file → Normal file
View File

2
util/join.ts Normal file
View File

@@ -0,0 +1,2 @@
export const joinPaths = (...args: string[]) =>
args.map((a) => a.replace(/\/?\*?$/, "")).join();

0
util/response.ts Executable file → Normal file
View File