Skip to content

Commit

Permalink
update fresh
Browse files Browse the repository at this point in the history
Signed-off-by: Max Schmidt <[email protected]>
  • Loading branch information
mooxl committed Jan 8, 2024
1 parent 99e1af8 commit a70b1a1
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@
"preview": "deno run -A main.ts",
"update": "deno run -A -r https://fresh.deno.dev/update ."
},
"lint": {
"rules": {
"tags": ["fresh", "recommended"]
}
},
"lint": { "rules": { "tags": ["fresh", "recommended"] } },
"exclude": ["**/_fresh/*"],
"imports": {
"$fresh/": "https://deno.land/x/[email protected].0/",
"$fresh/": "https://deno.land/x/[email protected].1/",
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
"@preact/signals": "https://esm.sh/*@preact/[email protected]",
Expand All @@ -24,9 +20,6 @@
"$std/": "https://deno.land/[email protected]/",
"smtp": "https://deno.land/x/[email protected]/mod.ts"
},
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact"
},
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" },
"nodeModulesDir": true
}

0 comments on commit a70b1a1

Please sign in to comment.