Skip to content

Commit

Permalink
update workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryHengZJ committed Jan 5, 2025
1 parent 87cb054 commit 0a5d38c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"express-basic-auth": "^1.2.1",
"express-rate-limit": "^6.9.0",
"flowise-components-bullmq": "workspace:^",
"flowise-ui": "workspace:^",
"flowise-ui-bullmq": "workspace:^",
"global-agent": "^3.0.0",
"http-errors": "^2.0.0",
"http-status-codes": "^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ export class App {
// Serve UI static
// ----------------------------------------

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

Expand Down

0 comments on commit 0a5d38c

Please sign in to comment.