mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-06 21:10:38 +00:00
14 lines
695 B
Plaintext
14 lines
695 B
Plaintext
{
|
|
"env": {
|
|
"test": {
|
|
"presets": [
|
|
["env", {
|
|
"targets": {
|
|
"node": "current"
|
|
}
|
|
}]
|
|
]
|
|
}
|
|
}
|
|
}
|