This commit is contained in:
Morten Olsen
2024-12-10 21:11:14 +01:00
parent ede2d56b7c
commit 7bebe30bf7
30 changed files with 58 additions and 58 deletions

View File

@@ -1,8 +1,8 @@
import { SystemFileSystem } from '@plaindb/fs-system';
import { CorePlugin } from '@plaindb/plugin-core';
import { MarkdownPlugin } from '@plaindb/plugin-markdown';
import { SystemFileSystem } from '@plainidx/fs-system';
import { CorePlugin } from '@plainidx/plugin-core';
import { MarkdownPlugin } from '@plainidx/plugin-markdown';
import { resolve } from 'path';
import { PlainDB } from '../../plaindb/dist/exports.js';
import { PlainDB } from '../../plainidx/dist/exports.js';
const fs = new SystemFileSystem({
cwd: resolve('/Users/alice/Documents/Exo'),