1
0
mirror of synced 2025-12-23 21:07:12 -05:00
Files
docs/nodemon.json
Mike Surowiec a24d01f78a Fix NextJS 500s (#20048)
* feat: allow server to contextualize request when on a /_next/data path

* add client side routing test, run lint

* enable nextjs client side routing
2021-06-22 17:30:40 +00:00

13 lines
170 B
JSON

{
"ext": "js,json,yml,md,html,scss",
"ignore": [
"assets",
"scripts",
"translations",
"dist",
"javascripts",
"stylesheets",
"tests"
]
}