Skip to content

Commit 3a808ec

Browse files
committed
WIP: trying to get sqlite to work
1 parent ef2ead5 commit 3a808ec

15 files changed

+1957
-672
lines changed

apps/raycast-ntfy/deno.json

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"lineWidth": 120,
66
"semiColons": true
77
},
8+
"lint": {
9+
"rules": {
10+
"exclude": ["no-sloppy-imports"]
11+
}
12+
},
813
"compilerOptions": {
914
"lib": [
1015
"DOM",

0 commit comments

Comments
 (0)