We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f685dde commit 5fb3001Copy full SHA for 5fb3001
README.md
@@ -77,18 +77,23 @@ To run `OpenNext` locally:
77
78
1. Clone this repository.
79
1. Build `open-next`:
80
+
81
```bash
82
cd packages/open-next
83
pnpm build
84
```
85
86
1. Run `open-next` in watch mode:
87
88
89
pnpm dev
90
91
92
1. Now, you can make changes in `open-next` and build your Next.js app to test the changes.
93
94
95
cd path/to/my/nextjs/app
- path/to/open-next/packages/open-next/dist/index.js build
96
+ path/to/opennextjs-aws/packages/open-next/dist/index.js build
97
98
99
### Coldstart
0 commit comments