mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-27 15:41:45 +01:00
9 lines
150 B
Plaintext
9 lines
150 B
Plaintext
{
|
|
"presets": [["env", { "modules": false }]],
|
|
"env": {
|
|
"test": {
|
|
"presets": [["env", { "targets": { "node": "current" } }]]
|
|
}
|
|
}
|
|
}
|