Skip to content

Commit 68f3382

Browse files
committed
minor cleanup
1 parent 2779e0b commit 68f3382

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

TODO.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ DONE:
1313

1414
## Install
1515

16-
- `npx create-next-app@latest <app-name> --use-npm` (use npm to avoid symlinks)
16+
- `npx create-next-app@latest <app-name>`
1717

1818
- add the following devDependency to the package.json:
1919

@@ -30,8 +30,6 @@ DONE:
3030

3131
compatibility_date = "2024-08-29"
3232
compatibility_flags = ["nodejs_compat_v2"]
33-
workers_dev = true
34-
minify = false
3533

3634
# Use the new Workers + Assets to host the static frontend files
3735
experimental_assets = { directory = ".worker-next/assets", binding = "ASSETS" }

examples/api/wrangler.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@ name = "api"
33
main = ".worker-next/index.mjs"
44
compatibility_date = "2024-09-16"
55
compatibility_flags = ["nodejs_compat_v2"]
6-
workers_dev = true
7-
minify = false # let's disable minification for easier debuggability
86

97
experimental_assets = { directory = ".worker-next/assets", binding = "ASSETS" }

examples/create-next-app/wrangler.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ main = ".worker-next/index.mjs"
44

55
compatibility_date = "2024-08-29"
66
compatibility_flags = ["nodejs_compat_v2"]
7-
workers_dev = true
8-
minify = false
97

108
# Use the new Workers + Assets to host the static frontend files
119
experimental_assets = { directory = ".worker-next/assets", binding = "ASSETS" }

0 commit comments

Comments
 (0)