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
+1 -1
View File
@@ -13,7 +13,7 @@ function normalizeBase(input: string): string {
}
export default defineConfig(({ command }) => {
const envBase = process.env.CLAWDIS_CONTROL_UI_BASE_PATH?.trim();
const envBase = process.env.CLAWDBOT_CONTROL_UI_BASE_PATH?.trim();
const base = envBase ? normalizeBase(envBase) : "/";
return {
base,