Skip to content

Commit

Permalink
i still hate windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmacarthy committed Aug 9, 2024
1 parent 23a00d5 commit a609476
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
9 changes: 9 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,12 @@ scripts
docs
target
.vscode-test.json

!node_modules/udx-native/**
!node_modules/sodium-native/**
!node_modules/b4a/**
!node_modules/node-gyp-build/**
!node_modules/streamx/**
!node_modules/queue-tick/**
!node_modules/text-decoder/**
!node_modules/fast-fifo/**
9 changes: 0 additions & 9 deletions scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@ import { copy } from 'esbuild-plugin-copy';
from: './node_modules/web-tree-sitter/tree-sitter.wasm',
to: './out/tree-sitter.wasm'
}
,
{
from: `./node_modules/sodium-native/prebuilds/${process.platform}-${process.arch}/sodium-native.node`,
to: './out/sodium-native.node'
},
{
from: `./node_modules/udx-native/prebuilds/${process.platform}-${process.arch}/udx-native.node`,
to: './out/udx-native.node'
}
],
watch: true,
}),
Expand Down

0 comments on commit a609476

Please sign in to comment.