Deno re-write
This commit is contained in:
6
fresh.config.ts
Normal file
6
fresh.config.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import { defineConfig } from "$fresh/server.ts";
|
||||
import tailwind from "@pakornv/fresh-plugin-tailwindcss";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [tailwind()],
|
||||
});
|
Reference in New Issue
Block a user