Skip to main content
Module

x/fresh/tests/fixture_plugin/main.ts

The next-gen web framework.
Extremely Popular
Go to Latest
File
/// <reference no-default-lib="true" />/// <reference lib="dom" />/// <reference lib="dom.iterable" />/// <reference lib="dom.asynciterable" />/// <reference lib="deno.ns" />
import { start } from "$fresh/server.ts";import manifest from "./fresh.gen.ts";import options from "./options.ts";await start(manifest, options);