Parent Directory
|
Revision Log
|
Patch
revision 53 by rakin, Mon Jul 29 17:28:23 2024 UTC | revision 58 by rakin, Mon Jul 29 17:28:25 2024 UTC | |
---|---|---|
# | Line 37 export function loadRoutes(dir: string = | Line 37 export function loadRoutes(dir: string = |
37 | return; | return; |
38 | } | } |
39 | ||
console.log(data); | ||
40 | for await (const file of data) { | for await (const file of data) { |
41 | if (file === '.' || file === '..') | if (file === '.' || file === '..') |
42 | continue; | continue; |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |