mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 21:00:41 +00:00
Add runtime configuration loader and styles for web application
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
import { Env } from '../types';
|
||||
import { htmlResponse } from '../utils/response';
|
||||
import { renderWebClientHTML } from '../webclient/page';
|
||||
|
||||
export async function handleWebClientPage(request: Request, env: Env): Promise<Response> {
|
||||
void request;
|
||||
void env;
|
||||
return htmlResponse(renderWebClientHTML());
|
||||
}
|
||||
Reference in New Issue
Block a user