* feat: add nextjs middleware handling split * fix: eslint errors * fix: filter boolean from csp list * fix: feature flag nextjs server start * feat: add prettier rules for ts,tsx files * fix: remove unnecessary async from next middleware * fix: next middleware name * Update tsconfig.json Co-authored-by: James M. Greene <JamesMGreene@github.com> * Update next-env.d.ts Co-authored-by: James M. Greene <JamesMGreene@github.com> * fix: add typescript linting to lint command * add comment for unsafe-eval, update webpack to use eval in development * fix: feature flag typo Co-authored-by: James M. Greene <JamesMGreene@github.com>
7 lines
123 B
JSON
7 lines
123 B
JSON
{
|
|
"FEATURE_TEST_TRUE": true,
|
|
"FEATURE_TEST_FALSE": false,
|
|
"FEATURE_NEW_SITETREE": false,
|
|
"FEATURE_NEXTJS": false
|
|
}
|