Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua committed Aug 31, 2023
1 parent 4375aa9 commit b5d09b2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions fresh.config.ts
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit b5d09b2

Please sign in to comment.