-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into reference-gen-use-jsr-deno_doc
# Conflicts: # .github/workflows/deploy.yml
- Loading branch information
Showing
26 changed files
with
642 additions
and
943 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
_site | ||
_cache | ||
_broken_links.json | ||
|
||
.idea | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,16 +6,18 @@ | |
"@std/fs": "jsr:@std/fs@^0.229.3", | ||
"@std/media-types": "jsr:@std/media-types@^1.0.3", | ||
"ga4": "https://raw.githubusercontent.com/denoland/ga4/04a1ce209116f158b5ef1658b957bdb109db68ed/mod.ts", | ||
"lume/": "https://deno.land/x/[email protected]/", | ||
"@orama/wc-components/": "https://unpkg.com/@orama/[email protected]/", | ||
"googleapis": "npm:googleapis@^144.0.0", | ||
"lume/": "https://deno.land/x/[email protected]/", | ||
"tailwindcss": "npm:tailwindcss@^3.4.9" | ||
}, | ||
"tasks": { | ||
"build": "deno run -A lume.ts", | ||
"serve": "deno run -A lume.ts -s", | ||
"debug": "deno task build && deno task prod", | ||
"prod": "cd _site && deno run --allow-read --allow-env --allow-net server.ts", | ||
"reference": "cd reference_gen && deno task types && deno task doc" | ||
"reference": "cd reference_gen && deno task types && deno task doc", | ||
"lume": "echo \"import 'lume/cli.ts'\" | deno run -A -" | ||
}, | ||
"compilerOptions": { | ||
"types": [ | ||
|
Oops, something went wrong.