Skip to content

Commit

Permalink
Added staticalize to deno tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
taras committed Jan 20, 2025
1 parent a9741fe commit f1e9a81
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,6 +1,7 @@
{
"tasks": {
"dev": "deno run -A --watch main.tsx"
"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"
},
"lint": {
"exclude": ["docs/esm"],
Expand Down

0 comments on commit f1e9a81

Please sign in to comment.