move third party licenses info to json file

This commit is contained in:
MaysWind
2021-01-11 22:12:26 +08:00
parent 54296d9404
commit 081477beaf
5 changed files with 200 additions and 195 deletions
+5
View File
@@ -0,0 +1,5 @@
export default {
getLicenses: () => {
return process.env.LICENSES || [];
}
};