Spaces:
Sleeping
Sleeping
import { defineConfig } from "$fresh/server.ts"; | |
import tailwind from "$fresh/plugins/tailwind.ts"; | |
export default defineConfig({ | |
plugins: [tailwind()], | |
server: { | |
port: 7860 | |
} | |
}); | |