Skip to main content
Module

x/ultra/workspace/makefile

πŸ’Ž Modern Streaming React Framework in Deno
Go to Latest
File
config = --allow-net --allow-read --allow-run --allow-env --allow-write --no-check --import-map importmap.json --unstable dev: mode=dev deno run $(config) server.js start: deno run $(config) server.js cache: deno cache --import-map=importmap.json --reload --no-check server.js