Spaces:
Sleeping
Sleeping
File size: 191 Bytes
d31dfe1 |
1 2 3 4 5 6 7 8 9 10 |
import { defineConfig } from "$fresh/server.ts";
import tailwind from "$fresh/plugins/tailwind.ts";
export default defineConfig({
plugins: [tailwind()],
server: {
port: 7860
}
});
|