We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf1b5b commit 09cb29dCopy full SHA for 09cb29d
web/.env.development
@@ -5,7 +5,7 @@ VITE_BASE_API = /api
5
VITE_FILE_API = /api
6
VITE_BASE_PATH = http://127.0.0.1
7
VITE_POSITION = close
8
-VITE_EDITOR = vscode
+VITE_EDITOR = code
9
// VITE_EDITOR = webstorm 如果使用webstorm开发且要使用dom定位到代码行功能 请先自定添加 webstorm到环境变量 再将VITE_EDITOR值修改为webstorm
10
// 如果使用docker-compose开发模式,设置为下面的地址或本机主机IP
11
//VITE_BASE_PATH = http://177.7.0.12
0 commit comments