You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 26, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: nhost/service/manager.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ import (
20
20
)
21
21
22
22
const (
23
-
slowStartWaitMsg="It takes more than usual to start the nhost project. Most likely because CLI needs to pull js dependencies inside a container. Please wait..."
23
+
slowStartWaitMsg="It takes longer than usual to start your Nhost project. Most likely because of the need to install your npm dependencies. Please wait."
0 commit comments