generated from tailored/router-template
temp
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
import { xhsServices, app } from '../index.ts';
|
||||
import { xhsServices, app, xhsRootClient } from '../index.ts';
|
||||
import { useConfig } from '@kevisual/use-config/env';
|
||||
const config = useConfig();
|
||||
import { program } from 'commander';
|
||||
|
||||
xhsRootClient.setCookie(config.XHS_ROOT_COOKIE || '');
|
||||
export { program, xhsServices, app };
|
||||
|
||||
Reference in New Issue
Block a user