Skip to content

Commit

Permalink
update executable path
Browse files Browse the repository at this point in the history
  • Loading branch information
mongodben committed Nov 1, 2023
1 parent b21441f commit 5b06c12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 56,621 deletions.
2 changes: 1 addition & 1 deletion ingest-mongodb-public/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build": "tsc -b",
"watch": "tsc -b -w",
"release": "release-it",
"ingest:all": "ingest all --config ./build/config.js"
"ingest:all": "../node_modules/mongodb-rag-ingest/build/main.js all --config ./build/config.js"
},
"devDependencies": {
"@babel/preset-typescript": "^7",
Expand Down
Loading

0 comments on commit 5b06c12

Please sign in to comment.