diff --git a/fresh.config.ts b/fresh.config.ts index dc72a626b..227576c4e 100644 --- a/fresh.config.ts +++ b/fresh.config.ts @@ -1,14 +1,9 @@ // Copyright 2023 the Deno authors. All rights reserved. MIT license. -// import { defineConfig } from "$fresh/server.ts"; import twindPlugin from "$fresh/plugins/twindv1.ts"; import twindConfig from "./twind.config.ts"; import kvOAuthPlugin from "./plugins/kv_oauth.ts"; import { FreshOptions } from "$fresh/server.ts"; -/* export default defineConfig({ - plugins: [twindPlugin(twindConfig), kvOAuthPlugin], -}); */ - export default { plugins: [twindPlugin(twindConfig), kvOAuthPlugin], } as FreshOptions;