mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-06-06 05:38:44 +08:00
8 lines
223 B
TypeScript
8 lines
223 B
TypeScript
import dev from "$fresh/dev.ts";
|
|
import twindPlugin from "$fresh/plugins/twind.ts";
|
|
import twindConfig from "./twind.config.ts";
|
|
|
|
await dev(import.meta.url, "./server-run.ts", {
|
|
plugins: [twindPlugin(twindConfig)],
|
|
});
|