mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-15 09:26:40 +00:00
dont import db in nextjs
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user