Skip to content

Commit

Permalink
Get Admin working with Next 15
Browse files Browse the repository at this point in the history
  • Loading branch information
smthomas committed Oct 21, 2024
1 parent bdddbde commit 9fce56d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 200 deletions.
2 changes: 1 addition & 1 deletion examples/agent-chatbot/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ yarn-error.log*
.env
.vercel
.vscode
.env*.local
.env.*
2 changes: 1 addition & 1 deletion packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@mastra/admin",
"version": "0.1.13",
"scripts": {
"dev": "next dev --turbo -p 3456",
"dev": "next dev -p 3456",
"start": "next start",
"start:dev": "next dev -p 3456",
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"author": "",
"type": "module",
"dependencies": {
"@mastra/admin": "^0.1.13",
"@mastra/admin": "workspace:^",
"commander": "^12.1.0",
"dotenv": "^16.3.1",
"execa": "^9.3.1",
Expand Down
210 changes: 13 additions & 197 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9fce56d

Please sign in to comment.