Skip to main content
Deno 2 is finally here 🎉️
Learn more

fresh-bootstrap

Bootstrap for Deno Fresh.

Usage

comming soon.

import { defineConfig } from "$fresh/server.ts";
import { bootstrapPlugin } from "https://deno.land/x/fresh_bootstrap/mod.ts";

export default defineConfig({
  plugins: [bootstrapPlugin()],
});