mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-01 19:42:03 +00:00
fix(parsers): mark node-only subpaths
This commit is contained in:
@@ -90,13 +90,13 @@
|
||||
"source": "./src/ffBinaries.ts",
|
||||
"runtime": "./dist/ffBinaries.js",
|
||||
"types": "./dist/ffBinaries.d.ts",
|
||||
"environments": ["browser", "bun", "node"]
|
||||
"environments": ["bun", "node"]
|
||||
},
|
||||
"./asset-resolution": {
|
||||
"source": "./src/assetResolution.ts",
|
||||
"runtime": "./dist/assetResolution.js",
|
||||
"types": "./dist/assetResolution.d.ts",
|
||||
"environments": ["browser", "bun", "node"]
|
||||
"environments": ["bun", "node"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user