Archived
Load Pi Web plugins from server manifest
This commit is contained in:
@@ -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)}` },
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user