chore: rename project to clawdbot

This commit is contained in:
Peter Steinberger
2026-01-04 14:32:47 +00:00
parent d48dc71fa4
commit 246adaa119
841 changed files with 4590 additions and 4328 deletions

View File

@@ -85,10 +85,10 @@ export async function handlePortError(
if (details) {
runtime.error(info("Port listener details:"));
runtime.error(details);
if (/clawdis|src\/index\.ts|dist\/index\.js/.test(details)) {
if (/clawdbot|src\/index\.ts|dist\/index\.js/.test(details)) {
runtime.error(
warn(
"It looks like another clawdis instance is already running. Stop it or pick a different port.",
"It looks like another clawdbot instance is already running. Stop it or pick a different port.",
),
);
}