Skip to main content
Module

x/ultra/examples/with-preact/deno.json

🧙 Hypermodern Zero-Legacy Deno/React Framework
Go to Latest
File
{ "tasks": { "dev": "deno run -A --no-check --watch ./server.tsx", "build": "deno run -A ./build.ts", "start": "ULTRA_MODE=production deno run -A --no-remote ./server.js" }, "compilerOptions": { "jsx": "react-jsxdev", "jsxImportSource": "preact" }, "importMap": "./importMap.json"}