Skip to content

Commit

Permalink
adds log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sdwalker62 committed May 5, 2024
1 parent 1976811 commit 679d3d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/routes/docs/+layout.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { LayoutServerLoad } from './$types.js';

export const load: LayoutServerLoad = async () => {
if (DOCS_PATH) {
console.log(__dirname);
const fileNames = dirTree(DOCS_PATH, { exclude: /.git/ });

return {
Expand Down

0 comments on commit 679d3d0

Please sign in to comment.