mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 02:49:03 +08:00
js-sdk: fix tsup config
This commit is contained in:
parent
32798e2200
commit
62c842e64a
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@mendable/firecrawl-js",
|
||||
"version": "1.23.6",
|
||||
"version": "1.23.7",
|
||||
"description": "JavaScript SDK for Firecrawl API",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
@ -9,6 +9,7 @@ export default defineConfig({
|
||||
platform: "node",
|
||||
target: "node22",
|
||||
noExternal: ["typescript-event-target"],
|
||||
external: ["axios"],
|
||||
esbuildOptions(options) {
|
||||
options.define = {
|
||||
...options.define,
|
||||
|
Loading…
x
Reference in New Issue
Block a user