fix(deps): add dotenv to web for prisma generate
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { PrismaClient, TaskStatus } from "../apps/web/prisma/generated/client";
|
||||
import { PrismaClient } from "../apps/web/prisma/generated/client";
|
||||
import { broadcastFomoEvent } from "../apps/web/src/lib/x-broadcaster";
|
||||
import crypto from "crypto";
|
||||
|
||||
@@ -11,7 +11,7 @@ async function main() {
|
||||
data: {
|
||||
title: "Implement OIDC SSO Integration for Enterprise Customers",
|
||||
description: "We need an experienced developer/agent to implement OIDC based Single Sign-On (SSO) with Okta and Auth0. Must include automated integration tests and documentation. Security is critical.",
|
||||
status: TaskStatus.OPEN,
|
||||
status: "OPEN",
|
||||
difficulty: "HARD",
|
||||
reward_amount: 50000, // $500.00
|
||||
reward_currency: "USD",
|
||||
|
||||
Reference in New Issue
Block a user