Payload Version: 2.2.2
package.json scripts
"build:payload": "PAYLOAD_CONFIG_PATH=src/payload.config.ts NODE_ENV=production payload build",
"build:server": "tsc",
"build": "npm run copyfiles && npm run build:payload && npm run build:server",
"copyfiles": "copyfiles -u 1 \"src/**/*.{html,css,scss,ttf,woff,woff2,eot,svg,jpg,png}\" dist/",
I have a turborepo with frontend and payloadcms. When I run yarn build the build command never stops, instead seemingly Payload starts. I recently upgraded from payload 1.6. I think the problem started after the upgrade but just appeared now because of some caching.
There is also a warning about express-session but I think this has nothing to do with it. (i hope)