Skip to content

Commit

Permalink
Merge pull request #152 from denoland/cleanup-data-reset
Browse files Browse the repository at this point in the history
chore: cleanup one-time data reset
  • Loading branch information
iuioiua authored May 3, 2023
2 parents 568d356 + 20e3954 commit 395edc9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,4 @@ import manifest from "./fresh.gen.ts";
import twindPlugin from "$fresh/plugins/twindv1.ts";
import twindConfig from "./twind.config.ts";

// Note: this is a one-off database reset as such functionality doesn't exist in Deno Deploy.
import { resetKv } from "./tools/reset_kv.ts";
await resetKv();

await start(manifest, { plugins: [twindPlugin(twindConfig)] });

0 comments on commit 395edc9

Please sign in to comment.