Skip to content

Commit

Permalink
dirty fix for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmacarthy committed Aug 8, 2024
1 parent df63b1e commit c017759
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ import { copy } from 'esbuild-plugin-copy';
from: './node_modules/web-tree-sitter/tree-sitter.wasm',
to: './out/tree-sitter.wasm'
},
{
from: './node_modules/@lancedb/lancedb-win32-x64-msvc/lancedb.win32-x64-msvc.node',
to: './out/lancedb.win32-x64-msvc.node'
}
],
watch: true,
}),
Expand Down

0 comments on commit c017759

Please sign in to comment.