Skip to content

Commit

Permalink
debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuebert committed May 24, 2024
1 parent e063f6a commit 434807a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const handleFileRequest = async (repo, filePath, res) => {
// Construct the full path in the bucket
const bucketPath = path.join(BUCKET_PREFIX, repo, filePath);

console.log('bucketPath', bucketPath)
console.log('handleFileRequest', {repo, filePath, bucketPath})

try {
// Serve HTML files directly, otherwise redirect to a signed URL
Expand Down

0 comments on commit 434807a

Please sign in to comment.