mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 00:12:11 +08:00
move third party licenses info to json file
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export default {
|
||||
getLicenses: () => {
|
||||
return process.env.LICENSES || [];
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user