fix(deno): remove nodeModulesDir from Deno configuration

This commit is contained in:
2026-03-15 13:31:25 +00:00
parent 49998c4c32
commit 167df321f9
4 changed files with 8 additions and 3 deletions

View File

@@ -2,7 +2,6 @@
"name": "@serve.zone/onebox",
"version": "1.13.0",
"exports": "./mod.ts",
"nodeModulesDir": "auto",
"tasks": {
"test": "deno test --allow-all test/",
"test:watch": "deno test --allow-all --watch test/",