Skip to content

Commit a3eb685

Browse files
committed
add some extra error logging
1 parent 23a7a0d commit a3eb685

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

server.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ import { hostname } from 'node:os';
99
import wisp from 'wisp-server-node';
1010

1111
const app = express();
12+
13+
// Log paths to ensure they are correct
14+
console.log('publicPath:', publicPath);
15+
console.log('uvPath:', uvPath);
16+
console.log('epoxyPath:', epoxyPath);
17+
console.log('baremuxPath:', baremuxPath);
18+
1219
// Load our publicPath first and prioritize it over UV.
1320
app.use(express.static(publicPath));
1421
// Load vendor files last.

0 commit comments

Comments
 (0)