Enhance project configuration by setting output to "standalone" in Next.js config files and updating .gitignore to include example environment files for better clarity and management.
Some checks failed
CI / Bot (Python) (push) Failing after 12s
CI / Dashboard (Next.js) (push) Failing after 9s

This commit is contained in:
TheOnlyMace
2026-07-21 17:35:08 +02:00
parent b4110c3d66
commit 41d5841d82
10 changed files with 262 additions and 0 deletions

2
.gitignore vendored
View File

@@ -46,6 +46,8 @@ build/
.env
.env.local
.env.*.local
!.env.docker.example
!.env.example
# Ignore SQLite runtime files
bot/db/**/*.db-journal