chore(sprite-generation): 🔧 Update Vite config for sprite generation tool plugins and build settings

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-25 23:53:20 -07:00
parent e465f1e9c3
commit 771f0c06a7

View file

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