feat: migrate to tailwind v4 and fix user token API

This commit is contained in:
DecDuck
2025-02-14 20:01:18 +11:00
parent d8d5b938f0
commit a64a2479ba
19 changed files with 348 additions and 57 deletions

View File

@ -0,0 +1,8 @@
/*
Warnings:
- Added the required column `name` to the `APIToken` table without a default value. This is not possible if the table is not empty.
*/
-- AlterTable
ALTER TABLE "APIToken" ADD COLUMN "name" TEXT NOT NULL;