syntaxbullet
76968e31a6
refactor(deps): merge web dependencies into root package.json
...
Move all web dashboard dependencies from web/package.json into root:
- React 19 + React Router 7
- Radix UI components (14 packages)
- Tailwind CSS v4 + bun-plugin-tailwind
- Recharts, React Hook Form, Zod validation
- Dev dependencies: @types/react, @types/react-dom, tailwindcss
This fixes a production issue where web dependencies weren't being
installed in Dockerfile.prod, even though bot/index.ts imports from
web/src/server at runtime.
VPS deployments using Dockerfile.prod will now have all required
dependencies in a single node_modules.
2026-02-12 12:19:51 +01:00
syntaxbullet
109b36ffe2
chore: bump version, add deployment script
2026-02-05 13:05:07 +01:00
syntaxbullet
aac9be19f2
feat: Add a script to simulate CI locally by setting up a temporary PostgreSQL database, running tests, and updating dependencies.
2026-01-30 16:30:26 +01:00
syntaxbullet
1a3f5c6654
feat: Introduce scripts for database backup, restore, and log viewing, replacing remote dashboard and studio scripts.
2026-01-30 15:15:22 +01:00
syntaxbullet
17e636c4e5
feat: Overhaul Docker infrastructure with multi-stage builds, add a cleanup script, and refactor the update service to combine update and requirement checks.
2026-01-17 16:20:33 +01:00
syntaxbullet
915f1bc4ad
fix(economy): improve daily cooldown message and consolidate UserError class
2026-01-14 16:26:27 +01:00
syntaxbullet
4af2690bab
feat: implement branded discord embeds and versioning
2026-01-14 16:10:23 +01:00
syntaxbullet
daad7be01c
chore: attempt fixing drizzle studio
2026-01-08 18:04:40 +01:00
syntaxbullet
f92415b89c
refactor: move drizzle to shared
2026-01-08 16:29:31 +01:00
syntaxbullet
88b266f81b
refactor: initial moves
2026-01-08 16:09:26 +01:00
syntaxbullet
9e7f18787b
feat: improvements to web dashboard
2026-01-08 13:56:25 +01:00
syntaxbullet
a9d5c806ad
feat: Migrate Drizzle ORM to postgres.js, exclude test files from command loading, and adjust postgres dependency type.
2026-01-06 18:46:30 +01:00
syntaxbullet
bdb8456f34
feat: add initial unit tests for user service and configure bun test script.
2025-12-19 10:59:06 +01:00
syntaxbullet
7bd4d811cd
feat: Add script and configuration for remote Drizzle Studio access via SSH tunnel.
2025-12-18 19:34:05 +01:00
syntaxbullet
7cf8d68d39
feat: persistent lootbox states, update command now runs db migrations
2025-12-18 17:02:21 +01:00
syntaxbullet
4d553ddc91
feat: Add @napi-rs/canvas dependency and Orbitron font file.
2025-12-08 13:45:09 +01:00
syntaxbullet
fdfb2508ae
feat: Initialize database and restructure application source code.
2025-12-05 18:52:20 +01:00