mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-06-06 05:38:44 +08:00
6 lines
113 B
TypeScript
6 lines
113 B
TypeScript
import { Options } from "$fresh/plugins/twind.ts";
|
|
|
|
export default {
|
|
selfURL: import.meta.url,
|
|
} as Options;
|