1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

refactor: some cleanup after the vite PR (#958)

This commit is contained in:
Nuno Góis 2022-05-06 12:11:46 +01:00 committed by GitHub
parent 5ecc83f1b4
commit badc65ddf0
3 changed files with 128 additions and 7196 deletions

View File

@ -85,7 +85,6 @@
"react-dom": "17.0.2",
"react-hooks-global-state": "1.0.2",
"react-router-dom": "6.3.0",
"react-scripts": "5.0.1",
"react-table": "^7.7.0",
"react-test-renderer": "17.0.2",
"react-timeago": "6.2.1",

View File

@ -15,6 +15,7 @@ export default defineConfig({
exclude: [...configDefaults.exclude, '**/cypress/**'],
},
server: {
open: true,
proxy: {
'/api': {
target: API_URL,

File diff suppressed because it is too large Load Diff