Aktualisiere Docker-Images auf die neuesten Versionen und passe die Pfade in der esbuild-Konfiguration an
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user