update
This commit is contained in:
10
deno.json
10
deno.json
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user