feat: add safe consultation cancellation

This commit is contained in:
Jesse_Chen
2026-07-17 11:57:28 +08:00
parent 95efa12b11
commit 2e193f594e
17 changed files with 1225 additions and 229 deletions
+2
View File
@@ -2,10 +2,12 @@
"name": "jyotish-web",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "node --test tests/*.test.ts",
"lint": "eslint",
"data:china": "node scripts/pull-china-locations.mjs"
},