Skip to content

Commit

Permalink
chore: daily development
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Dec 9, 2024
1 parent acfe8f4 commit 401f21e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/canyon-platform/next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ import prisma from "@/lib/prisma";

export default async function (phase: string) {
if (
true
// phase === "phase-production-server" ||
// phase === "phase-development-server"
// true
phase === "phase-production-server" ||
phase === "phase-development-server"
) {
const sysSetting = await prisma.sysSetting.findMany({
where: {},
Expand Down

0 comments on commit 401f21e

Please sign in to comment.