chore: move compiled output to dist

Update the plugin entrypoint and TypeScript output directory to use dist instead of writing generated JavaScript into src.

Remove previously checked-in compiled source files and add coverage for the Ollama client and tool executor.
This commit is contained in:
2026-05-19 17:30:05 +02:00
parent 2e26c72c0c
commit 2d78882594
21 changed files with 2658 additions and 2357 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "ollama-plugin",
"version": "1.0.0",
"description": "Ollama integration plugin for Obsidian",
"main": "main.ts",
"main": "dist/main.js",
"scripts": {
"test": "jest",
"build": "tsc",