major change

This commit is contained in:
root
2025-07-03 15:01:53 +02:00
parent 7289190604
commit 39433a1554
2 changed files with 187 additions and 11 deletions

14
server.log Normal file
View File

@@ -0,0 +1,14 @@
node:internal/modules/cjs/loader:1228
throw err;
^
Error: Cannot find module '/var/www/server.js'
at Module._resolveFilename (node:internal/modules/cjs/loader:1225:15)
at Module._load (node:internal/modules/cjs/loader:1051:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:173:12)
at node:internal/main/run_main_module:28:49 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Node.js v20.18.3