4 lines
83 B
TypeScript
4 lines
83 B
TypeScript
|
import { defineConfig } from "$fresh/server.ts";
|
||
|
|
||
|
export default defineConfig({});
|