Rocky LIU Yan

Results 4 comments of Rocky LIU Yan

哈哈,好吧。回头有空再折腾。

Adding support for headers is relatively lightweight.

Here. https://github.com/rocklau/fresh-daisyuiv5-demo dev.ts ```typescript #!/usr/bin/env -S deno run -A --watch=static/,routes/ import dev from "$fresh/dev.ts"; import config from "./fresh.config.ts"; import autoprefixer from "autoprefixer"; import "$std/dotenv/load.ts"; import postcss from "postcss"; import tailwindcss...

you need to build first ```shell deno task build deno install --allow-import -e main.ts ```