Vercel stuck in continual building loop after successful 4 months of hosting / deploying

i havent made any edits in 5 days. i went to push a new change via github and my vercel is stuck in a continual “building” loop. these are the logs

18:21:26.789 Running build in Portland, USA (West) – pdx1 (Enhanced Build Machine)
18:21:26.790 Build machine configuration: 8 cores, 16 GB
18:21:26.884 Cloning github.com/supremebr/[x] (Branch: main, Commit: 0eb81e0)
18:21:26.885 Previous build caches not available.
18:21:30.933 Cloning completed: 4.049s
18:21:31.271 Running “vercel build”
18:21:31.645 Vercel CLI 50.0.1
18:21:32.127 Installing dependencies…
18:21:34.886 npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
18:21:35.067 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
18:21:38.477
18:21:38.477 added 528 packages in 6s
18:21:38.478
18:21:38.478 79 packages are looking for funding
18:21:38.478   run `npm fund` for details
18:21:38.604
18:21:38.604 > build
18:21:38.604 > vite build
18:21:38.604
18:21:38.791 e\[33mThe CJS build of Vite’s Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.e\[39m
18:21:38.829 e\[36mvite v5.4.20 e\[32mbuilding for production…e\[36me\[39m
18:21:38.877 transforming…
18:21:43.831 e\[32m✓e\[39m 2071 modules transformed.
18:21:44.494 rendering chunks…
18:21:44.537 computing gzip size…
18:21:45.141 e\[2mdist/e\[22me\[32mindex.html                 e\[39me\[1me\[2m    1.76 kBe\[22me\[1me\[22me\[2m │ gzip:   0.94 kBe\[22m
18:21:45.141 e\[2mdist/e\[22me\[2massets/e\[22me\[35mindex-DBjfXKBP.css  e\[39me\[1me\[2m  116.94 kBe\[22me\[1me\[22me\[2m │ gzip:  18.66 kBe\[22m
18:21:45.141 e\[2mdist/e\[22me\[2massets/e\[22me\[36mindex-CRYR07Dz.js   e\[39me\[1me\[33m1,760.12 kBe\[39me\[22me\[2m │ gzip: 472.58 kBe\[22m
18:21:45.141 e\[33m
18:21:45.142 (!) Some chunks are larger than 500 kB after minification. Consider:
18:21:45.142 - Using dynamic import() to code-split the application
18:21:45.142 - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
18:21:45.142 - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.e\[39m
18:21:45.142 e\[32m✓ built in 6.29se\[39m

Hi @supremebr, welcome to the Vercel Community!

Is this a v0 project or a Next.js app you made? Could you share the project Id or chat ID for it?