feat: add corestore service

This commit is contained in:
2026-05-02 15:01:41 +00:00
commit 29f0d94e86
15 changed files with 10113 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import * as plugins from './corestore.plugins.js';
export const packageDir = plugins.path.join(
plugins.smartpath.get.dirnameFromImportMetaUrl(import.meta.url),
'../',
);