mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-19 22:25:22 +02:00
refactor: remove EnvironmentManagement component and related environment selector from project dashboard; update environment page to use Badge component for production label
This commit is contained in:
@@ -76,7 +76,6 @@ export const createApplication = async (
|
||||
});
|
||||
}
|
||||
|
||||
console.log("input", input);
|
||||
return await db.transaction(async (tx) => {
|
||||
const newApplication = await tx
|
||||
.insert(applications)
|
||||
@@ -87,7 +86,6 @@ export const createApplication = async (
|
||||
.returning()
|
||||
.then((value) => value[0]);
|
||||
|
||||
console.log("newApplication", newApplication);
|
||||
|
||||
if (!newApplication) {
|
||||
throw new TRPCError({
|
||||
|
||||
Reference in New Issue
Block a user