Skip to content

Commit 30f0fed

Browse files
update TODO and builder/README files
1 parent 65a4de3 commit 30f0fed

File tree

2 files changed

+1
-29
lines changed

2 files changed

+1
-29
lines changed

TODO.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,13 @@ DONE:
1515

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

18-
- update next.config.mjs as follows
19-
20-
```typescript
21-
/** @type {import('next').NextConfig} */
22-
const nextConfig = {
23-
output: "standalone",
24-
experimental: {
25-
serverMinification: false,
26-
},
27-
};
28-
29-
export default nextConfig;
30-
```
31-
3218
- add the following devDependency to the package.json:
3319

3420
```json
3521
"wrangler": "^3.78.6"
3622
```
3723

38-
- add a wrangler.toml int the generated app
24+
- add a wrangler.toml into the generated app
3925

4026
```toml
4127
#:schema node_modules/wrangler/config-schema.json

builder/README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,6 @@
22

33
## Build your app
44

5-
- update the `next.config.mjs` as follows
6-
7-
```typescript
8-
/** @type {import('next').NextConfig} */
9-
const nextConfig = {
10-
output: "standalone",
11-
experimental: {
12-
serverMinification: false,
13-
},
14-
};
15-
16-
export default nextConfig;
17-
```
18-
195
- add the following `devDependency` to the `package.json`:
206

217
```json

0 commit comments

Comments
 (0)