CoolFace
Apppublic

T1ckbase/deno-fresh-test

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes
dev.ts9 linesDownload Raw Back to root
1#!/usr/bin/env -S deno run -A --watch=static/,routes/2 3import dev from "$fresh/dev.ts";4import config from "./fresh.config.ts";5 6import "$std/dotenv/load.ts";7 8await dev(import.meta.url, "./main.ts", config);9