Skip to content

Commit 6ac729c

Browse files
committed
Merge branch 'main' of github.com:devforth/adminforth
2 parents e5e73b0 + 3e1ce8a commit 6ac729c

3 files changed

Lines changed: 76 additions & 76 deletions

File tree

dev-demo/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ if (fileURLToPath(import.meta.url) === path.resolve(process.argv[1])) {
278278
admin.bundleNow({ hotReload: process.env.NODE_ENV === 'development' }).then(() => {
279279
logger.info('Bundling AdminForth SPA done.');
280280
});
281-
281+
282282
admin.express.serve(app);
283283

284284
const backgroundJobsPlugin = admin.getPluginByClassName<BackgroundJobsPlugin>('BackgroundJobsPlugin');

live-demo/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"author": "",
1717
"description": "",
1818
"dependencies": {
19-
"@adminforth/agent": "^1.41.1",
20-
"@adminforth/audio-adapter-openai": "^1.3.0",
19+
"@adminforth/agent": "^1.43.2",
20+
"@adminforth/audio-adapter-openai": "^1.2.0",
2121
"@adminforth/audit-log": "^1.9.18",
2222
"@adminforth/auto-remove": "^1.0.8",
2323
"@adminforth/background-jobs": "^1.11.4",

live-demo/app/pnpm-lock.yaml

Lines changed: 73 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)