Fix production deployment startup

This commit is contained in:
Austin A
2026-04-25 22:38:30 +01:00
parent 1f1d30a9f5
commit 642594d1a4
3 changed files with 12 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
-- CreateSchema
-- CreateSchema
CREATE SCHEMA IF NOT EXISTS "public";
-- CreateTable

View File

@@ -1,4 +1,4 @@
-- CreateEnum
-- CreateEnum
CREATE TYPE "QRCodeStatus" AS ENUM ('active', 'revoked');
-- CreateEnum

View File

@@ -1,3 +1,13 @@
packages:
- "apps/*"
- "packages/*"
onlyBuiltDependencies:
- "@nestjs/core"
- "@prisma/client"
- "@prisma/engines"
- "@scarf/scarf"
- bcrypt
- msgpackr-extract
- prisma
- unrs-resolver