Add product source job resolver
Build, Push and Deploy / build (push) Successful in 7s
Build, Push and Deploy / deploy (push) Successful in 18s

This commit is contained in:
2026-09-13 18:00:35 +08:00
parent 807b1252ad
commit 293e346f0a
19 changed files with 269 additions and 64 deletions
+5
View File
@@ -14,6 +14,11 @@ export default defineConfig({
changeOrigin: true,
rewrite: (path) => path.replace(/^\/wordcloud-api/, ''),
},
'/wordcloud-product-api': {
target: 'http://127.0.0.1:8787',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/wordcloud-product-api/, ''),
},
},
},
test: {