Add reminder management improvements

This commit is contained in:
dinlo
2026-06-27 15:12:40 +08:00
parent 44c6694e50
commit a88ed8da75
19 changed files with 455 additions and 28 deletions
+3 -1
View File
@@ -5,7 +5,9 @@
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs --watch",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production"
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"test": "node scripts/run-tests.mjs",
"release": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/create-release.ps1"
},
"keywords": [
"obsidian",