convex
Version:
Client for the Convex Cloud
12 lines (11 loc) • 374 B
JavaScript
;
import { logFailure, logMessage } from "../../../bundler/log.js";
export class LocalDeploymentError extends Error {
}
export function printLocalDeploymentOnError() {
logFailure(`Hit an error while running local deployment.`);
logMessage(
"Your error has been reported to our team, and we'll be working on it."
);
}
//# sourceMappingURL=errors.js.map