upstream #1

Merged
jblu merged 1007 commits from upstream into main 2024-11-04 22:35:57 -06:00
Showing only changes of commit 484784b255 - Show all commits

View File

@ -8,7 +8,7 @@
"build": "cross-env INIT_CWD=$PWD next build && cross-env NODE_OPTIONS='--experimental-json-modules' node ./scripts/postbuild.mjs", "build": "cross-env INIT_CWD=$PWD next build && cross-env NODE_OPTIONS='--experimental-json-modules' node ./scripts/postbuild.mjs",
"serve": "next start", "serve": "next start",
"analyze": "cross-env ANALYZE=true next build", "analyze": "cross-env ANALYZE=true next build",
"lint": "next lint --fix --dir pages --dir components --dir lib --dir layouts --dir scripts" "lint": "next lint --fix --dir pages --dir app --dir components --dir lib --dir layouts --dir scripts"
}, },
"dependencies": { "dependencies": {
"@next/bundle-analyzer": "13.4.12", "@next/bundle-analyzer": "13.4.12",