chore(builder): point dev proxy at current test server
192.168.1.105 was decommissioned; local npm run dev save/load now proxies /api to the current test server (whp-al10-test, .148). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -24,7 +24,7 @@ export default defineConfig({
|
|||||||
server: {
|
server: {
|
||||||
port: 5173,
|
port: 5173,
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api': 'http://192.168.1.105:8080',
|
'/api': 'http://192.168.1.148:8080',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user