We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ba0ff commit 652c1d1Copy full SHA for 652c1d1
.changeset/swift-geckos-turn.md
packages/cloudflare/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# @opennextjs/cloudflare
2
3
+## 0.1.1
4
+
5
+### Patch Changes
6
7
+- 66ba0ff: enhancement: Expand missing next.config error message
8
9
+ Found out that next dev can run the a Next.js app without next.config but
10
+ if we are using the adapter we throw an error if we don't find the config.
11
+ So expanded the error for users.
12
13
## 0.1.0
14
15
### Minor Changes
packages/cloudflare/package.json
@@ -1,7 +1,7 @@
{
"name": "@opennextjs/cloudflare",
"description": "Cloudflare builder for next apps",
- "version": "0.1.0",
+ "version": "0.1.1",
"scripts": {
"build": "tsup",
"build:watch": "tsup --watch src",
0 commit comments