mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 21:01:43 +03:00
chore: rename project to clawdbot
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user