mirror of
https://github.com/labring/laf.git
synced 2026-02-01 16:57:03 +00:00
* fix(web): opt ide typings for response & request * fix(web): opt function templates codes
7 lines
323 B
Bash
7 lines
323 B
Bash
# keep it default "" in both dev or prod environment unless you must use a custom server api
|
|
VITE_SERVER_BASE_URL=
|
|
|
|
# this only used for dev environment, change it to your local api server url if needed
|
|
# don't change it directly, you should create a .env.local file and set it there
|
|
VITE_DEV_SERVER_URL=http://api.laf.run
|