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:
Mauricio Siu
2025-09-01 19:52:30 -06:00
parent 72f8a28f4f
commit 52d2bd2114
5 changed files with 3 additions and 402 deletions

View File

@@ -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({