提交 4fbf8ef6 authored 作者: Will Chen's avatar Will Chen

fix forge config for sandpack

上级 a618ec3f
......@@ -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;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论