Use pnpm and more clean-up of sandbox mode

This commit is contained in:
Will Chen
2025-04-17 17:13:57 -07:00
parent 24c1be224b
commit e1911162e3
457 changed files with 4557 additions and 400582 deletions

View File

@@ -22,12 +22,6 @@ 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;
}