Added in a button for syncing

This commit is contained in:
2026-04-08 13:15:47 +01:00
parent 470a1c15b8
commit af07ca1174
8 changed files with 6202 additions and 111 deletions

View File

@@ -2,10 +2,10 @@
"name": "@obsidian-sync/obsidian-plugin",
"private": true,
"version": "0.1.0",
"main": "dist/main.js",
"main": "main.js",
"types": "dist/main.d.ts",
"scripts": {
"build": "tsc -b",
"build": "node build.mjs",
"typecheck": "tsc -b --pretty false"
},
"dependencies": {