fix: update proxy target to use 127.0.0.1 and mark subproject commits as dirty
This commit is contained in:
parent
00a15c6f76
commit
64f6f76160
|
|
@ -15,7 +15,7 @@ export default defineConfig({
|
|||
server: {
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://localhost:8001',
|
||||
target: 'http://127.0.0.1:8001',
|
||||
changeOrigin: true,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue