mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
load license content from LICENSE file when build app
This commit is contained in:
+5
-2
@@ -1,5 +1,8 @@
|
||||
export default {
|
||||
getLicenses: () => {
|
||||
return process.env.LICENSES || [];
|
||||
getLicense: () => {
|
||||
return process.env.LICENSE;
|
||||
},
|
||||
getThirdPartyLicenses: () => {
|
||||
return process.env.THIRD_PARTY_LICENSES || [];
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user