Skip to content

Commit 09cb29d

Browse files
author
piexlMax(奇淼
committed
feat: VITE_EDITOR 默认值 调整为 code
1 parent ecf1b5b commit 09cb29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/.env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ VITE_BASE_API = /api
55
VITE_FILE_API = /api
66
VITE_BASE_PATH = http://127.0.0.1
77
VITE_POSITION = close
8-
VITE_EDITOR = vscode
8+
VITE_EDITOR = code
99
// VITE_EDITOR = webstorm 如果使用webstorm开发且要使用dom定位到代码行功能 请先自定添加 webstorm到环境变量 再将VITE_EDITOR值修改为webstorm
1010
// 如果使用docker-compose开发模式,设置为下面的地址或本机主机IP
1111
//VITE_BASE_PATH = http://177.7.0.12

0 commit comments

Comments
 (0)