[feature/frontend] update person info
This commit is contained in:
parent
79912925db
commit
7a33038af8
21 changed files with 1436 additions and 217 deletions
|
@ -11,4 +11,13 @@ export default defineConfig({
|
|||
optimizeDeps: {
|
||||
exclude: ['lucide-react'],
|
||||
},
|
||||
server: {
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://localhost:8080',
|
||||
changeOrigin: true,
|
||||
secure: false,
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue