mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-01 02:41:30 +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;
|