Expose Dev Mode SEO review workflow

This commit is contained in:
DCCONSTRUCTIONS 2026-07-14 16:54:37 +03:00
parent bec2f57ae1
commit 5be9002f6e
4 changed files with 7852 additions and 433 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -12,6 +12,13 @@ export default defineConfig({
},
server: {
port: 5177,
proxy: {
"/api": {
target: "http://127.0.0.1:4100",
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, "")
}
},
strictPort: true
}
});