fix: update environment variable usage in scripts and enhance CSS theming

This commit is contained in:
Asep Haryana Saputra
2026-05-22 18:50:07 +00:00
parent 553e8f49aa
commit 1f4e0fbef3
3 changed files with 26 additions and 21 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
"private": true,
"type": "module",
"scripts": {
"dev": "bun --watch src/index.ts",
"start": "bun src/index.ts",
"dev": "bun --env-file=../../.env --watch src/index.ts",
"start": "bun --env-file=../../.env src/index.ts",
"typecheck": "tsc --project tsconfig.json",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate"