One Calendar is a privacy-first calendar web app built with Next.js. It has modern security features, including e2ee, password-protected sharing, and self-destructing share links 馃搮 calendar.xyehr.cn
at main 15 lines 311 B view raw
1{ 2 "$schema": "https://turborepo.com/schema.json", 3 "globalDependencies": [".env"], 4 "tasks": { 5 "build": { 6 "outputs": [".next/**", "!.next/cache/**"], 7 "inputs": ["$TURBO_DEFAULT$", ".env*"] 8 }, 9 "check-types": {}, 10 "dev": { 11 "persistent": true, 12 "cache": false 13 } 14 } 15}