mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-04-17 18:18:11 +00:00
add ENV var for api endpoint for frontend
This commit is contained in:
parent
8199fcc077
commit
abdaf4e63d
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
export const API_BASE =
|
||||
import.meta.env.VITE_ENABLE_GOOGLE_AUTH || "http://localhost:5000";
|
||||
import.meta.env.VITE_API_BASE || "http://localhost:5000";
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"dev:server": "cd server && yarn dev",
|
||||
"dev:frontend": "cd frontend && yarn start",
|
||||
"prod:server": "cd server && yarn start",
|
||||
"prod:frontend": "cd frontend && yarn start"
|
||||
"prod:frontend": "cd frontend && yarn build"
|
||||
},
|
||||
"private": false
|
||||
}
|
Loading…
Add table
Reference in a new issue