diff --git a/CLAUDE.md b/CLAUDE.md index 5fe008a..1c27947 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -51,7 +51,7 @@ src/ │ ├── card/ # Spaced repetition │ ├── history/ # Edit history tracking │ ├── atproto/ # ATProto/Bluesky integration (DID resolution, blob URLs) -│ └── post/ # ts-rest API client for public note publishing (api.litenote.li212.fr) +│ └── post/ # ts-rest API client for public note publishing (api.remanso.space) ├── hooks/ # Composition hooks (useMarkdown, useBacklinks, useGitHubContent, etc.) ├── data/ # PouchDB wrapper and data models ├── utils/ # Utilities including custom markdown-it plugins diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000..55f54ed --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,2 @@ +allowBuilds: + core-js: true