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