chore(frontend-admin): 🔧 Update Vite build config for blog admin assets, adjusting plugins/aliases/asset rules

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-13 06:15:33 -08:00
parent ccf0e384de
commit 282a06ca14

View file

@ -16,7 +16,7 @@ export default defineConfig({
port: process.env.PORT ? parseInt(process.env.PORT) : 4010,
proxy: {
'/api/blog': {
target: 'http://localhost:3020',
target: 'http://localhost:3021',
changeOrigin: true,
},
},