This commit is contained in:
2026-07-15 17:38:48 -05:00
parent 201f5c1b95
commit 2925f8aa35
14 changed files with 2099 additions and 159 deletions

View File

@@ -2,10 +2,14 @@
"name": "bizmatch-qc-desktop",
"version": "0.1.3",
"exports": "./main.ts",
"imports": {
"@std/assert": "jsr:@std/assert@^1",
"@std/path": "jsr:@std/path@^1"
},
"tasks": {
"dev": "deno desktop --hmr --backend cef --allow-read --allow-write main.ts",
"start": "deno desktop --backend cef --allow-read --allow-write main.ts",
"test": "deno test --allow-read tests/"
"dev": "deno desktop --hmr --backend cef --allow-read --allow-write --allow-env main.ts",
"start": "deno desktop --backend cef --allow-read --allow-write --allow-env main.ts",
"test": "deno test --allow-read --allow-write --allow-env tests/"
},
"desktop": {
"app": {