Configure Prisma migrations and dark mode
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m9s

This commit is contained in:
Elijah 2026-07-29 14:24:59 -07:00
parent 3cf20514f4
commit 7b9ff1931c
2 changed files with 3 additions and 0 deletions

View file

@ -3,6 +3,7 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
"predev": "prisma migrate deploy",
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",

View file

@ -1,5 +1,7 @@
@import "tailwindcss"; @import "tailwindcss";
@custom-variant dark (&:where(.dark, .dark *));
@layer base { @layer base {
:root { :root {
--theme-bg-base: #f5f2ea; --theme-bg-base: #f5f2ea;