generated from tailored/router-template
temp
This commit is contained in:
parent
da6d4041ad
commit
32b6e04d6c
20
packages/xhs/.gitignore
vendored
20
packages/xhs/.gitignore
vendored
@ -1 +1,21 @@
|
|||||||
db-sqlite
|
db-sqlite
|
||||||
|
|
||||||
|
node_modules
|
||||||
|
|
||||||
|
dist
|
||||||
|
|
||||||
|
app.config.json5
|
||||||
|
|
||||||
|
apps.config.json
|
||||||
|
|
||||||
|
deploy.tar.gz
|
||||||
|
cache-file
|
||||||
|
|
||||||
|
/apps
|
||||||
|
|
||||||
|
logs
|
||||||
|
|
||||||
|
.env*
|
||||||
|
!.env.example
|
||||||
|
|
||||||
|
.turbo
|
@ -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';
|
import { program } from 'commander';
|
||||||
|
|
||||||
|
xhsRootClient.setCookie(config.XHS_ROOT_COOKIE || '');
|
||||||
export { program, xhsServices, app };
|
export { program, xhsServices, app };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user