fix: add missing adminDist candidate path for client distribution
This commit is contained in:
parent
f72de32d29
commit
f97e67382b
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ export function createApp(): OpenAPIHono<AppEnv> {
|
|||
const app = new OpenAPIHono<AppEnv>();
|
||||
|
||||
const adminDistCandidates = [
|
||||
path.resolve(moduleDir, '..', '..', 'client', 'dist'),
|
||||
path.resolve(moduleDir, '..', '..', '..', 'client', 'dist'),
|
||||
path.resolve(moduleDir, '..', '..', '..', '..', 'client', 'dist'),
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue