backend fixes

This commit is contained in:
Jake Kasper
2025-08-21 07:35:02 -05:00
parent 3840b627dc
commit 0e55996e41
9 changed files with 145 additions and 5 deletions

8
frontend/.npmrc Normal file
View File

@@ -0,0 +1,8 @@
# Suppress funding messages
fund=false
# Suppress audit warnings during install (still run manually with npm audit)
audit=false
# Use legacy peer deps to avoid conflicts
legacy-peer-deps=true