Aktualisiere Docker-Images auf die neuesten Versionen und passe die Pfade in der esbuild-Konfiguration an

This commit is contained in:
2025-03-27 16:59:52 +00:00
parent 7a6a2cbd22
commit cf1acc1d80
3 changed files with 5 additions and 10 deletions

View File

@@ -93,7 +93,6 @@ if (process.argv[2] == "start") {
changeOrigin: true,
logLevel: "debug",
pathRewrite: function (path, req) {
console.log(path)
return "/ssr?url=" + encodeURIComponent(path)
},
})
@@ -107,7 +106,7 @@ module.exports = {
options: options,
distDir,
watch: {
path: [__dirname + "/" + frontendDir + "/src/**/*"],
path: [__dirname + "/" + frontendDir + "/src"],
},
serve: {
onRequest(args) {