mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 07:27:33 +08:00
6 lines
94 B
JavaScript
6 lines
94 B
JavaScript
export default {
|
|
getLicenses: () => {
|
|
return process.env.LICENSES || [];
|
|
}
|
|
};
|