Skip to content

Commit 197b376

Browse files
committed
feat: nextjs runtime package
1 parent 36635f0 commit 197b376

File tree

16 files changed

+489
-104
lines changed

16 files changed

+489
-104
lines changed

integration-tests/typescript-nextjs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"validate": "tsc -p ./tsconfig.json"
1212
},
1313
"dependencies": {
14+
"@nahkies/typescript-nextjs-runtime": "*",
1415
"next": "^15.3.5",
1516
"react": "^19.1.0",
1617
"react-dom": "^19.1.0"

integration-tests/typescript-nextjs/src/generated/todo-lists.yaml/attachments/route.ts

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

integration-tests/typescript-nextjs/src/generated/todo-lists.yaml/list/[listId]/items/route.ts

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

integration-tests/typescript-nextjs/src/generated/todo-lists.yaml/list/[listId]/route.ts

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

0 commit comments

Comments
 (0)