Skip to content

Commit

Permalink
Remove fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Oct 11, 2022
1 parent 29a3c7a commit 445bb83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions packages/create-next-app/create-app.ts
Expand Up @@ -145,7 +145,6 @@ export async function createApp({
)
console.log()
await retry(() => downloadAndExtractRepo(root, repoInfo2), {
// @ts-expect-error TODO-APP: somehow the type is wrong
retries: 3,
})
} else {
Expand All @@ -156,7 +155,6 @@ export async function createApp({
)
console.log()
await retry(() => downloadAndExtractExample(root, example), {
// @ts-expect-error TODO-APP: somehow the type is wrong
retries: 3,
})
}
Expand Down
6 changes: 3 additions & 3 deletions test/e2e/app-dir/app/app/dashboard/page.js
Expand Up @@ -13,6 +13,6 @@ export default function DashboardPage(props) {
)
}

export const config = {
runtime: 'experimental-edge',
}
// export const config = {
// runtime: 'experimental-edge',
// }

0 comments on commit 445bb83

Please sign in to comment.