Skip to main content
Module

x/live/deno.json

The edge-native DXP: build and evolve an editable ultra-fast site powered by deno, fresh and tailwind.
Very Popular
Go to Latest
File
{ "tasks": { "start": "deno run -A --watch=static/ dev.ts", "component": "deno eval 'import \"$live/scripts/component.ts\"'", "check": "deno fmt && deno check dev.ts live.ts && deno test -A ." }, "githooks": { "pre-commit": "check" }, "fmt": { "files": { "exclude": ["static/", "README.md"] } }, "importMap": "./import_map.json", "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }}