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:
parent
5ecc83f1b4
commit
badc65ddf0
@ -85,7 +85,6 @@
|
|||||||
"react-dom": "17.0.2",
|
"react-dom": "17.0.2",
|
||||||
"react-hooks-global-state": "1.0.2",
|
"react-hooks-global-state": "1.0.2",
|
||||||
"react-router-dom": "6.3.0",
|
"react-router-dom": "6.3.0",
|
||||||
"react-scripts": "5.0.1",
|
|
||||||
"react-table": "^7.7.0",
|
"react-table": "^7.7.0",
|
||||||
"react-test-renderer": "17.0.2",
|
"react-test-renderer": "17.0.2",
|
||||||
"react-timeago": "6.2.1",
|
"react-timeago": "6.2.1",
|
||||||
|
@ -15,6 +15,7 @@ export default defineConfig({
|
|||||||
exclude: [...configDefaults.exclude, '**/cypress/**'],
|
exclude: [...configDefaults.exclude, '**/cypress/**'],
|
||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
|
open: true,
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api': {
|
'/api': {
|
||||||
target: API_URL,
|
target: API_URL,
|
||||||
|
7322
frontend/yarn.lock
7322
frontend/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user