Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ultra/examples/with-api-routes/deno.json

Zero-Legacy Deno/React Suspense SSR Framework
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" }, "lock": false, "compilerOptions": { "jsx": "react-jsxdev", "jsxImportSource": "react" }, "importMap": "./importMap.json"}