feat(config): Node modules option for 2.0 (#25299)

This commit is contained in:
Nathan Whitaker 2024-08-29 15:57:43 -07:00 committed by GitHub
parent 0fb8df6c0c
commit 86d5b919d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 158 additions and 56 deletions

View file

@ -10,11 +10,11 @@
"exitCode": 1
}, {
// this should override byonm
"args": "run --node-modules-dir=false --quiet main.ts",
"args": "run --node-modules=global-auto --quiet main.ts",
"output": "main.out"
}, {
// same with this
"args": "run --node-modules-dir --quiet main.ts",
"args": "run --node-modules=local-auto --quiet main.ts",
"output": "main.out"
}]
}