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:
parent
e465f1e9c3
commit
771f0c06a7
1 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue