chore: scaffold obsidian-jekyll-publish

Co-Authored-By: Claude
This commit is contained in:
2026-06-19 01:41:57 +00:00
parent 530a897f18
commit b321633421
8 changed files with 2409 additions and 0 deletions

4
vitest.config.ts Normal file
View File

@@ -0,0 +1,4 @@
import { defineConfig } from "vitest/config";
export default defineConfig({
test: { include: ["src/**/*.test.ts"] },
});