The options for the server.
Directory index file.
Live reload the browser.
Playground page.
Document root directory.
A lightweight development web server.
The options for the server.
Directory index file.
Live reload the browser.
Playground page.
Document root directory.
Add Package
deno add jsr:@akiraohgaki/devsrv
Import symbol
import { type ServerOptions } from "@akiraohgaki/devsrv";
Import directly with a jsr specifier
import { type ServerOptions } from "jsr:@akiraohgaki/devsrv";