This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-eyes.git
The following commit(s) were added to refs/heads/main by this push:
new 00b35e5 Update languages.yaml (#130)
00b35e5 is described below
commit 00b35e521822654568ab65d93cced7a986e46bc6
Author: ROVAST <[email protected]>
AuthorDate: Tue Aug 9 12:10:25 2022 +0800
Update languages.yaml (#130)
Add more `.env.[mode]` support for vuejs project. 、
---
assets/languages.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/assets/languages.yaml b/assets/languages.yaml
index 33aa6bb..1bf3119 100644
--- a/assets/languages.yaml
+++ b/assets/languages.yaml
@@ -5262,6 +5262,10 @@ Shell:
- ".cshrc"
- ".env"
- ".env.example"
+ - ".env.local"
+ - ".env.development"
+ - ".env.production"
+ - ".env.test"
- ".flaskenv"
- ".login"
- ".profile"