Commit fd4124d046ab23d15c26f810c50f0d05ae011174

Authored by guzijian
1 parent e8d4f56f

feat: 提交本地配置文件

garbage-removal/.env.local 0 → 100644
  1 +VITE_BASE_URL=http://localhost:8080/workflow
  2 +VITE_BASE_FILE_UPLOAD_PREFIX=/order/upload
  3 +VITE_STOMP_URL=http://localhost:8080/ws
... ...
garbage-removal/.gitignore
... ... @@ -10,7 +10,6 @@ lerna-debug.log*
10 10 node_modules
11 11 .DS_Store
12 12 dist
13   -*.local
14 13  
15 14 # Editor directories and files
16 15 .idea
... ... @@ -18,4 +17,4 @@ dist
18 17 *.ntvs*
19 18 *.njsproj
20 19 *.sln
21   -*.sw?
22 20 \ No newline at end of file
  21 +*.sw?
... ...