Skip to content

Commit

Permalink
Bring back experimental-edge
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Oct 11, 2022
1 parent 445bb83 commit 87d2cd8
Showing 1 changed file with 3 additions and 3 deletions.
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 87d2cd8

Please sign in to comment.