Skip to content

Commit 54ac73a

Browse files
committed
remove unused config, update readme nextjs 14
1 parent 7c99e01 commit 54ac73a

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

examples/nextjs-together-llamaindex/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ For detailed deployment information, see the [Restack Cloud documentation](https
123123

124124
### Frontend
125125

126-
- Modern Next.js 14 application
126+
- Next.js 14 application
127127
- Server Actions for workflow triggering
128128
- Tailwind CSS for styling
129129
- Type-safe API integration

examples/nextjs-together-llamaindex/backend/package.json

-9
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@
1010
"docker:run": "docker run -p 8000:8000 --network restack-net --env-file .env --env RESTACK_ENGINE_ADDRESS=http://localhost:6233 restack-express-together-llamaindex",
1111
"docker:dev": "pnpm docker:build && pnpm docker:run"
1212
},
13-
"nodemonConfig": {
14-
"execMap": {
15-
"ts": "ts-node"
16-
},
17-
"ext": "ts",
18-
"watch": [
19-
"src"
20-
]
21-
},
2213
"dependencies": {
2314
"@restackio/ai": "^0.0.81",
2415
"@temporalio/workflow": "^1.11.2",

0 commit comments

Comments
 (0)