I installed via npx create-payload-app (typescript) and the server appears to start up fine. The front end build fails with 153 errors:
ERROR in ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/payload/dist/admin/components/elements/ArrayAction/index.scss undefined
Module build failed (from ./node_modules/postcss-loader/dist/cjs.js):
TypeError: Cannot read properties of undefined (reading 'config')
at getTailwindConfig (/Users/lerchmo/Documents/dev/hststanstack/node_modules/tailwindcss/lib/lib/setupTrackingContext.js:84:63)
at /Users/lerchmo/Documents/dev/hststanstack/node_modules/tailwindcss/lib/lib/setupTrackingContext.js:96:92
at /Users/lerchmo/Documents/dev/hststanstack/node_modules/tailwindcss/lib/processTailwindFeatures.js:46:11
at plugins (/Users/lerchmo/Documents/dev/hststanstack/node_modules/tailwindcss/lib/index.js:38:63)
at LazyResult.runOnRoot (/Users/lerchmo/Documents/dev/hststanstack/payload/node_modules/postcss/lib/lazy-result.js:339:16)
at LazyResult.runAsync (/Users/lerchmo/Documents/dev/hststanstack/payload/node_modules/postcss/lib/lazy-result.js:393:26)
at LazyResult.async (/Users/lerchmo/Documents/dev/hststanstack/payload/node_modules/postcss/lib/lazy-result.js:221:30)
at LazyResult.then (/Users/lerchmo/Documents/dev/hststanstack/payload/node_modules/postcss/lib/lazy-result.js:206:17)