Skip to content

Commit

Permalink
Added pagefind to deno.json
Browse files Browse the repository at this point in the history
  • Loading branch information
taras committed Jan 20, 2025
1 parent f1e9a81 commit 990596f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"tasks": {
"dev": "deno run -A --watch main.tsx",
"staticalize": "deno run -A jsr:@frontside/staticalize@0.2.0/cli --site http://localhost:8000 --output=built --base=http://localhost:8000"
"staticalize": "deno run -A jsr:@frontside/staticalize@0.2.0/cli --site http://localhost:8000 --output=built --base=http://localhost:8000",
"pagefind": "npx pagefind --site built"
},
"lint": {
"exclude": ["docs/esm"],
Expand Down

0 comments on commit 990596f

Please sign in to comment.