Skip to content

Commit 0a5d38c

Browse files
committed
update workspaces
1 parent 87cb054 commit 0a5d38c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"express-basic-auth": "^1.2.1",
8686
"express-rate-limit": "^6.9.0",
8787
"flowise-components-bullmq": "workspace:^",
88-
"flowise-ui": "workspace:^",
88+
"flowise-ui-bullmq": "workspace:^",
8989
"global-agent": "^3.0.0",
9090
"http-errors": "^2.0.0",
9191
"http-status-codes": "^2.3.0",

packages/server/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ export class App {
259259
// Serve UI static
260260
// ----------------------------------------
261261

262-
const packagePath = getNodeModulesPackagePath('flowise-ui')
262+
const packagePath = getNodeModulesPackagePath('flowise-ui-bullmq')
263263
const uiBuildPath = path.join(packagePath, 'build')
264264
const uiHtmlPath = path.join(packagePath, 'build', 'index.html')
265265

0 commit comments

Comments
 (0)