export flow improved, auto-remove api keys and added description when export flow

This commit is contained in:
anovazzi1 2023-03-24 17:31:01 -03:00
commit 1feb50e5a8
8 changed files with 194 additions and 8 deletions

View file

@ -17,6 +17,7 @@
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"axios": "^1.3.2",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "^18.2.0",
@ -55,4 +56,4 @@
]
},
"proxy": "http://backend:7860"
}
}