mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-06-06 05:38:44 +08:00
Fix plugin-twind-main.js not build
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
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");
|
||||
await dev(import.meta.url, "./server-run.ts", {
|
||||
plugins: [twindPlugin(twindConfig)],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user