rsnext/test/e2e/app-dir/app-validation/next.config.js
Shu Ding 10f2268f4e
Add Zod and router state validation (#46962)
This PR adds Zod to the precompiled libraries, and use it to create schemas for the router state tree for validation. In other planned features/changes, Zod will also be used to do run-time data validation.

Fixes NEXT-135.
2023-03-10 13:37:45 +00:00

5 lines
62 B
JavaScript

module.exports = {
experimental: {
appDir: true,
},
}