diff --git a/forge.config.ts b/forge.config.ts index 8ee8687..61f3a80 100644 --- a/forge.config.ts +++ b/forge.config.ts @@ -22,6 +22,12 @@ const ignore = (file: string) => { if (file.startsWith("/scaffold")) { return false; } + if (file.startsWith("/sandpack-generated")) { + return false; + } + if (file.startsWith("/worker")) { + return false; + } if (file.startsWith("/node_modules/better-sqlite3")) { return false; }