We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a7a0d commit a3eb685Copy full SHA for a3eb685
server.js
@@ -9,6 +9,13 @@ import { hostname } from 'node:os';
9
import wisp from 'wisp-server-node';
10
11
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
19
// Load our publicPath first and prioritize it over UV.
20
app.use(express.static(publicPath));
21
// Load vendor files last.
0 commit comments