Skip to main content
Module

x/ter/deno.json

A tiny wiki-style site builder with Zettelkasten flavor.
Go to Latest
File
{ "tasks": { "dev": "deno run -A --unstable --watch main.ts --input docs --serve --debug", "serve": "deno run -A --unstable main.ts --input docs --serve", "build": "deno run -A --unstable main.ts --input docs", "clean": "rm -rf _site" }, "compilerOptions": { "lib": ["dom", "dom.iterable", "dom.asynciterable", "deno.ns"], "jsx": "react-jsx", "jsxImportSource": "https://esm.sh/preact" }}