mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-06 13:38:01 +00:00
7 lines
72 B
JavaScript
7 lines
72 B
JavaScript
module.exports = {
|
|
env: {
|
|
node: false,
|
|
browser: true,
|
|
},
|
|
};
|