dont import db in nextjs

This commit is contained in:
miloschwartz
2025-06-05 14:43:47 -04:00
parent b6f67e0f0b
commit f0cb65f65c
9 changed files with 13838 additions and 15982 deletions

View File

@@ -104,12 +104,12 @@ export function useDockerSocket(site: Site) {
console.warn(
"Max retry attempts reached. Containers may still be loading."
);
toast({
variant: "destructive",
title: "Containers not ready",
description:
"Containers are still loading. Please try again in a moment."
});
// toast({
// variant: "destructive",
// title: "Containers not ready",
// description:
// "Containers are still loading. Please try again in a moment."
// });
}
} else {
console.error(