fix: build errors

This commit is contained in:
diced
2026-05-20 09:00:19 -07:00
parent 177febf305
commit 72fc8116d4
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -126,4 +126,3 @@ export class LocalDatasource extends Datasource {
return files.filter((f) => f.isFile() && f.name.startsWith(options.prefix || '')).map((f) => f.name);
}
}
@@ -311,4 +311,3 @@ export default typedPlugin(
},
{ name: PATH },
);
@@ -560,4 +560,3 @@ export default typedPlugin(
},
{ name: PATH },
);