Skip to content

Commit

Permalink
refactor: added more strict app segment config validation
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattjoh committed Oct 3, 2024
1 parent 52a167a commit cd8c4c3
Show file tree
Hide file tree
Showing 35 changed files with 899 additions and 622 deletions.
3 changes: 2 additions & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,8 @@
"webpack-sources1": "npm:webpack-sources@1.4.3",
"webpack-sources3": "npm:webpack-sources@3.2.3",
"ws": "8.2.3",
"zod": "3.22.3"
"zod": "3.22.3",
"zod-validation-error": "3.4.0"
},
"keywords": [
"react",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* eslint-env jest */
import { getMiddlewareMatchers } from 'next/dist/build/analysis/get-page-static-info'
import { getMiddlewareMatchers } from './get-page-static-info'

describe('get-page-static-infos', () => {
describe('getMiddlewareMatchers', () => {
Expand Down
Loading

0 comments on commit cd8c4c3

Please sign in to comment.