Load Pi Web plugins from server manifest

This commit is contained in:
Federico Jaramillo Martinez
2026-05-10 09:33:01 +02:00
parent 614db739db
commit 125dedf300
8 changed files with 260 additions and 2 deletions
+1
View File
@@ -29,6 +29,7 @@ export default defineConfig({
...(config.allowedHosts === undefined ? {} : { allowedHosts: config.allowedHosts }),
proxy: {
"/api": { target: `http://localhost:${String(apiPort)}`, ws: true },
"/pi-web-plugins": { target: `http://localhost:${String(apiPort)}` },
},
},
});