Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Dec 10, 2024
1 parent 3e9f8d9 commit c0bd56d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"ts-morph": "npm:ts-morph@^22.0.0"
},
"compilerOptions": {
"lib": ["dom", "dom.asynciterable", "deno.ns"],
"lib": ["dom", "dom.asynciterable", "deno.ns", "deno.unstable"],
"jsx": "precompile",
"jsxImportSource": "preact",
"jsxPrecompileSkipElements": ["a", "img", "source", "body", "html", "head"]
Expand Down
2 changes: 1 addition & 1 deletion www/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"tailwindcss/plugin": "npm:/tailwindcss@^3.4.1/plugin.js"
},
"compilerOptions": {
"lib": ["dom", "dom.asynciterable", "deno.ns"],
"lib": ["dom", "dom.asynciterable", "deno.ns", "deno.unstable"],
"jsx": "precompile",
"jsxImportSource": "preact",
"jsxPrecompileSkipElements": ["a", "img", "source", "body", "html", "head"]
Expand Down
3 changes: 3 additions & 0 deletions www/telemetry.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { register } from "jsr:@deno/otel";

if (Deno.telemetry) register();

0 comments on commit c0bd56d

Please sign in to comment.