fix forge config for sandpack
This commit is contained in:
@@ -22,6 +22,12 @@ const ignore = (file: string) => {
|
|||||||
if (file.startsWith("/scaffold")) {
|
if (file.startsWith("/scaffold")) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
if (file.startsWith("/sandpack-generated")) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
if (file.startsWith("/worker")) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
if (file.startsWith("/node_modules/better-sqlite3")) {
|
if (file.startsWith("/node_modules/better-sqlite3")) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user