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