laf/web/.env
maslow 7cb8204a11
fix(web): opt ide typings for response & request, opt function templates (#1059)
* fix(web): opt ide typings for response & request

* fix(web): opt function templates codes
2023-04-21 15:05:10 +08:00

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