Skip to content

Commit 5623734

Browse files
fix: Update ignore pattern in forge.config.ts to include .vite directory
1 parent 3123ad0 commit 5623734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forge.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const config: ForgeConfig = {
1515
},
1616
ignore: [
1717
// Include only the native modules we need and exclude everything else from node_modules
18-
/^\/node_modules\/(?!(node-pty|better-sqlite3|faiss-node|onnxruntime-node|@xenova|sharp|@img|@huggingface|@mapbox\/node-pre-gyp|bindings|nan|file-uri-to-path|semver|detect-libc|color|color-string|color-convert|color-name|simple-swizzle)($|\/)).*/,
18+
/^\/node_modules\/(?!(node-pty|better-sqlite3|faiss-node|onnxruntime-node|@xenova|sharp|@img|@huggingface|@mapbox\/node-pre-gyp|bindings|nan|file-uri-to-path|semver|detect-libc|color|color-string|color-convert|color-name|simple-swizzle|.vite)($|\/)).*/,
1919
],
2020
osxUniversal: {
2121
x64ArchFiles: '*',

0 commit comments

Comments
 (0)