mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-02-24 04:04:43 +08:00
fix: add runtime
This commit is contained in:
@@ -5,6 +5,8 @@ import { getRequestContext } from '@cloudflare/next-on-pages';
|
||||
import { AdminConfig } from './admin.types';
|
||||
import { Favorite, IStorage, PlayRecord } from './types';
|
||||
|
||||
export const runtime = 'edge';
|
||||
|
||||
// 搜索历史最大条数
|
||||
const SEARCH_HISTORY_LIMIT = 20;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user