chore(gui): 🔧 Update sprite generation build settings in Vite config

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-29 10:07:30 -07:00
parent 87aad0743e
commit 8e9c0a567f

View file

@ -6,8 +6,8 @@ export default defineConfig({
server: {
port: 5802,
proxy: {
'/api': 'http://localhost:5850',
'/images': 'http://localhost:5850',
'/api': 'http://localhost:5801',
'/images': 'http://localhost:5801',
},
},
})