mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: remove save on build on next app and integrate turbopack
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
import type { discord, email, slack, telegram } from "@/server/db/schema";
|
||||
import type {
|
||||
discord,
|
||||
email,
|
||||
slack,
|
||||
telegram,
|
||||
} from "@dokploy/server/db/schema";
|
||||
import nodemailer from "nodemailer";
|
||||
|
||||
export const sendEmailNotification = async (
|
||||
|
||||
Reference in New Issue
Block a user